Skip to content

Commit

Permalink
rectified stylesheet link
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokulan-SK committed Jul 1, 2024
1 parent efb4906 commit 1e3399f
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
Expand Down Expand Up @@ -561,19 +561,30 @@ <h2 class="section-heading mb-4">Profiles</h2>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-content text-center">
<h2 class="section-heading mb-4">Contact Me</h2>
<h2 class="section-heading mb-4">Contacts</h2>
<br />
<br />
<p class="lead mb-4">
Email:
<a href="mailto:[email protected]"
>[email protected]</a
>
<br />
<br />
<a
href="https://www.linkedin.com/in/gokulan-s-k"
target="_blank"
rel="noopener noreferrer"
class="profile-link"
>
<img
src="../images/linkedin.png"
alt="LinkedIn"
class="profile-icon mb-2"
/>
</a>
</p>
<br />
<p class="lead mb-4">Or</p>
<br />
<div class="section-heading-line mb-4"></div>
<!-- <div class="section-heading-line mb-4"></div>
<form>
<div class="mb-3">
<input
Expand Down Expand Up @@ -602,7 +613,7 @@ <h2 class="section-heading mb-4">Contact Me</h2>
<button type="submit" class="btn btn-primary">
Send Message
</button>
</form>
</form> -->
</div>
</div>
</div>
Expand Down

0 comments on commit 1e3399f

Please sign in to comment.