Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
<!-- Font Awesome Library -->
<link rel="stylesheet" href="css/all.min.css" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet" />
</head>
<body>
<!-- Start Header -->
Expand Down Expand Up @@ -163,7 +162,7 @@ <h3>Project Here</h3>
</div>
<!-- End Portfolio -->
<!-- Start About -->
<div class="about">
<div class="about" id="about">
<div class="container">
<h2 class="special-heading">About</h2>
<p>Less is more work</p>
Expand All @@ -188,7 +187,7 @@ <h2 class="special-heading">About</h2>
</div>
<!-- End About -->
<!-- Start Contact -->
<div class="contact">
<div class="contact" id="contact">
<div class="container">
<h2 class="special-heading">Contact</h2>
<p>We are born to create</p>
Expand Down