-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="style.css" rel="stylesheet" />
<link href="style2.css" rel="stylesheet" />
<link href="style3.css" rel="stylesheet" />
<link href="style4.css" rel="stylesheet" />
<title>ᓚᘏᗢ</title>
</head>
<body>
<div class="header">
<div class="full_logo">
<div class="logo">
<img src="Images/icon-transformed(2).png" class="logo" />
</div>
<a href="#home"><p1 class="header text_logo" id="home"> Sounak </p1></a>
</div>
<div>
<ul class="header_links">
<li><a href="#" class="about">About</a></li>
<li><a href="#projects" class="proj">Projects</a></li>
<li><a href="#" class="contact">Contact</a></li>
</ul>
</div>
</div>
<div class="intro">
<div class="top_text">
<h1 class="hello">ᓚᘏᗢ</h1>
<p class="introduction">
I'm Sounak, an Indian student on a learning journey. Feel free to
explore my small number of projects. Thanks for visiting!
</p>
<a
link
href="https://github.com/Sounak008/Sounak008.github.io"
target="_blank"
><button class="hero_button">
<img
src="Images/github-pages-logo-repository-fork-github-86eddab19cbc3ae293ada0fe0fb9e27d.png"
height="25px"
width="25px"
/>Github
</button></a
>
</div>
<img src="Images/Image_top.jpeg" class="imagetop" />
</div>
<div class="projects" id="projects">
<h1>My Projects</h1>
<a link href="https://sounak008.github.io"
><div class="pro1">
<img src="Images/Portfolio.jpg" class="portfolio_img" />
<p>My Portfolio</p>
</div>
</a>
</div>
<div class="quote">
<p class="text">
“As we count up the memories from one journey, we head off on another.
Remembering those who went ahead. Remembering those who will follow
after. And someday, we will meet all those people again, out beyond the
horizon.”
</p>
<p class="author">― Hiro Arikawa, The Travelling Cat Chronicles</p>
</div>
<div class="footer" style="gap: 8px;">
<p>Copyright © The Odin Project 2021</p>
<a link href="https://github.com/Sounak008/"><img src="Images/pixilart-drawing.png"/></a>
</div>
</body>
</html>