Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadique982 authored Jan 16, 2024
1 parent c25b5f7 commit e291930
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,25 @@
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,200&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@1,500&display=swap" rel="stylesheet"></link>
<link rel="icon" href="pictures/MS logo.jpg">
</link>
<link rel="icon" href="pictures/MSlogo.png">
<link rel="stylesheet" href="css/styles.css">
<script src="js/script.js"></script>
</head>

<body>
<nav>
<a href="index.html">

<img src="pictures/Screenshot_2024-01-14_212525-removebg-preview.png" alt="Logo">
</a>
<img src="pictures/Logo.png" alt="Logo"
class="nameLogo">
</a>
<div class="list">
<ol>
<li><a href="index.html">Home</a></li>
<li>About</li>
<li>Projects</li>
<li>Contact</li>

<label class="container">
<input checked="checked" type="checkbox" onclick="BWmode()">
<svg viewBox="0 0 384 512" height="1em" xmlns="http://www.w3.org/2000/svg" class="moon">
Expand All @@ -52,7 +54,8 @@
<p>Hey, I'm </p>
<h1 class="name">Mohammed Sadique</h1><br>
<p>
Currently pursuing Bachelor's program in Computer Science and Engineering at the Guru Gobind Singh Indraprastha
Currently pursuing Bachelor's program in Computer Science and Engineering at the Guru Gobind Singh
Indraprastha
University.<br><br>Passionate about crafting engaging and user-friendly interfaces, I am particularly drawn
to the creative aspects of Front End Web Development, where I strive to blend aesthetics with
functionality.<br><br>
Expand All @@ -78,13 +81,6 @@ <h1 class="name">Mohammed Sadique</h1><br>
</div>
</main>








</body>

</html>
</html>

0 comments on commit e291930

Please sign in to comment.