-
Notifications
You must be signed in to change notification settings - Fork 0
/
blogs.html
78 lines (72 loc) · 2.53 KB
/
blogs.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
<!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>Blogs |santsurat</title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<div class="background">
<div class="hero">
<nav>
<h2 class='logo'>Protfo<span>lio</span></h2>
<ul>
<li class="list-item-inline">
<a class="link link-active" href="/">Home</a>
</li>
<li class="list-item-inline">
<a class="link" href="/Projects.html">Projects</a>
</li>
<li class="list-item-inline">
<a class="link link-active" href="/Blogs.html">Blogs</a>
</li>
<li class="list-item-inline">
<a class="link link-active" href="/Contact us.html">Contact Us</a>
</li>
</ul>
</nav>
</div>
<div class="ow">
<h1 class="hero-header";>My<span class="header-color"> Writings </span></h1>
<section class="section">
<div class="container container-center" >
<h3>My transition into Web Development!
</h3>
<p class="sec2 container" style="padding-bottom: 1rem;">My name is Sant Surat. I am a Automobile engineer cum aspiring web developer. See my story by clicking below.
</div>
<a class='blogBtn'target="_blank" href="blog1.html">Read More!</a></p>
</section>
<footer>
<div class="container3">Social media links</div>
<div class="container4" >
<div class="container5">
<ul>
<li class="list-item-inline">
<a class="link" href="https://Github.com/santsurat">
Github
</a>
</li>
<li class="list-item-inline">
<a class="link" href="https://twitter.com/@santsurat123">
Twitter
</a>
</li>
<li class="list-item-inline">
<a class="link" href="https://in.linkedin.com/in/sant-surat-1578641b1">
Linkedin
</a>
</li>
<li class="list-item-inline">
<a class="link" href="https://www.instagram.com/santsurat8092/">
Instagram
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
</body>
</html>