-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (72 loc) · 4.35 KB
/
index.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sugyanee Sahu</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<section id="top">
<header id="home-top" class="nav-top nav-fixed nav-root">
<div class="container">
<div class="row">
<div class="col-md-4 col-xs-4">
<h1 id="header-logo" class="image-text">
</h1>
</div>
<div class="col-md-8 col-xs-8">
<nav id="top-nav">
<ul class="nav-list transistion">
<a class="active" href="/">About</a>
<a class="work" href="/work">Work</a>
<a class="notes" href="/notes">Notes</a>
</ul>
</nav>
</div> <!-- 12 -->
</div> <!-- / row -->
</div> <!--/ container -->
</header>
<div class="top-container ">
<img class="top-cloud" src="css/images/cloud.png" alt="cloud-image">
<h1> I'm Sugyanee</h1>
<h2 class="font-weight"> a web development enthusiast</h2>
<img class="bottom-cloud" src="css/images/cloud.png" alt="cloud-image">
<img src="css/images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="https://media.giphy.com/media/ifMNaJBQEJPDuUxF6n/giphy.gif" alt="">
<h2>Hello</h2>
<p>I am a sophomore at National Institute of Technology,Silchar and I love to design and develop websites.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="code-img" src="https://media.giphy.com/media/iIGT8Y1rOYhBpdHh1C/giphy.gif" alt="">
<h3>Design and Development</h3>
<p>I'm a web design / development enthusiast based in Assam,India. I have a passion for web design and love to create for web devices.</p>
</div>
<div class="skill-row">
<img class="chilli-img" src="https://media.giphy.com/media/WryoftIkc9NmH3TwYx/giphy.gif" alt="">
<h3>Photography</h3>
<p>I have always been fond of photography and my passion grew towards it especially when I got to explore more about it in my college.I click pictures in my leisure time.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3> I have attached my social media links if you want to contact me.</h3>
<p>Incase you find the links unavailable, you can also contact me by clicking on the contact button below.</p>
<a href="mailto:[email protected]" class="BUTTON_KKC"> CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/sugyanee-sahu-2a4a0b1ab">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://sugyanee.github.io/Commercial-Website/">Website</a>
<p class="copyright">© 2021 Sugyanee Sahu.</p>
</div>