-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
35 lines (31 loc) · 1.25 KB
/
home.html
File metadata and controls
35 lines (31 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="css/profile.jpg">
<title>Portfolio | SK</title>
</head>
<body>
<section class="profile" id="home">
<div class="container">
<nav>
<ol>
<li><a href="/" class="active"><i class="fa fa-home"></i> Home</a></li>
<li><a href="/about"><i class="fa fa-user"></i> About</a></li>
<li><i class="fa fa-graduation-cap"></i><a href="/resume" class="oldtxt"> Edu & Experience</a></li>
</ol>
</nav>
</div>
<div class="home">
<div class="pro">
<h1 class="hi"> Hi There, <br> I am Sathish <span>Kumar</span></h1>
<h4 class="det"> I am Student of <span>Ucet</span> </h4>
<a href="/about" class="btn">About Me</a>
</div>
<img src="css/profile.jpg" alt="profile image">
</div>
</section>
</body>
</html>