-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efb4906
commit 1e3399f
Showing
1 changed file
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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 | ||
|
@@ -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> | ||
|