-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (59 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>suman-ghosh</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<nav class="navigation container">
<div class="nav-brand">reach2suman</div>
<ul class="list-non-bullet nav-pills">
<li class="list-item-inline">
<a class="link link-active" href="/">home</a>
</li>
<li class="list-item-inline">
<a class="link " href="/project.html">projects</a>
</li>
<li class="list-item-inline">
<a class="link " href="/blogs.html">blogs</a>
</li>
</ul>
</nav>
<header class="hero">
<img class="hero-img" src="images/hero.svg" />
<h2 class="hero-heading"> < <strong>Hey,I am Suman</strong><span style="color: var(--primary-color);"> The Web Developer /></span></h2>
</header>
<section class="section ow">
<div class="container container-center">
<h1> <span style="color: #9CA3AF" > < technologies /> </h1>
<h1> !HTML, #CSS, Javascript, ReactJS, Git, Github</h1>
</div>
</section>
<section class="section">
<div class="container container-center">
<h1> < projects /> </h1>
<p>
I would like to show some of my work with the help of these projects.These projects are done based on the above technologies and it is hosted online.
</p>
<a class="link link-primary" href="/project.html">Projects</a>
</div>
</section>
<section class="section ow">
<div class="container container-center">
<h1>< blogs /> </h1>
<p>I am also working on some tecnical and non tecnical blogs.With the help of these blogs I like to share my experiences.</p>
<a class="link link-secondary" href="/blogs.html">Blogs</a>
</div>
</section>
<footer class="footer">
<div class="footer-header"> < Contact Code Connect /> </div>
<ul class="social-links list-non-bullet ">
<li class="list-item-inline"><a class="link" href="https://github.com/Sumanbitw">Github</a></li>
<li class="list-item-inline"><a class="link" href="https://www.linkedin.com/in/suman-ghosh1996">Linkedin</a></li>
<li class="list-item-inline"><a class="link" href="https://twitter.com/s_ghosh96">Twitter</a></li>
</ul>
</footer>
</body>
</html>