-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (48 loc) · 1.86 KB
/
index.html
File metadata and controls
73 lines (48 loc) · 1.86 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible"
content="IE=edge">
<meta name="viewport"
content="width=device=width, initial-scale=1.0">
<title>M S ARUN SANJEEV</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" href="hot.png">
</head>
<body>
<header class="header">
<a href="#" class="logo">Portfolio</a>
<nav class="navbar">
<a href="#" style="--i:1" class="active">Home</a>
<a href="#" style="--i:2" >About</a>
<a href="#" style="--i:3" >Skills</a>
<a href="#" style="--i:4">Portfolio</a>
<a href="#" style="--i:5" >Contact</a>
</nav>
</header>
<section class="home">
<div class="home-sci">
<a href="#"><i class='bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
<a href="#"><i class='bx bxl-linkedin' ></i></a>
</div>
<div class="home-content">
<h1>Hi, I'm Arun Sanjeev</h1>
<h3>Frontend Developer</h3>
<p> Currently pursuing 1st Year CSE Engineering at M Kumarasamy College of Engineering. Interested in Social Media Handling and Website Building.</p>
<a href="#" class="btn">Hire Me</a>
</div>
<div class="home-img">
<div class="glowing-circle">
<span></span>
<span></span>
<div class="image">
<img src="photo.png" alt="">
</div>
</div>
</div>
</section>
</body>
</html>