-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (51 loc) · 2.27 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maitra Khatri | Portfolio</title>
<meta name="title" content="Maitra Khatri | Portfolio">
<meta name="description" content="Web Developer | Creator at Brain and Heart">
<link href="styles.css" rel="stylesheet" />
<base target="_blank">
</head>
<body>
<!-- Nav Bar-->
<div class="navbar">
<ul class="unordered">
<a class="nav-header" href="index.html" target="_self"> Maitra</a>
<a class="links" href="blogs.html" target="_self"> Blog</a>
<a class="links" href="projects.html" target="_self"> Projects</a>
<a class="links" id="active" href="index.html" target="_self"> Home</a>
</ul>
</div>
<header>
<img class="image" src="picture.png">
<h1 class="header-title">Maitra Khatri</h1>
<p class="header-text">Creator at Brain and Heart <br>Always exploring <br>Figuring Out </p>
</header>
<section class="tech">
<h1>Technologies</h1>
<p> I'm familiar with <b>HTML, CSS, GitHub, JavaScript, basic React</b>, <b>Bootstrap</b>, and <b>Web Hosting</b>.</p>
</section>
<section class="projects">
<h1>Projects</h1>
<p> I like to showcase my work and thus, you can see my projects hosted online.</p>
<br><a href="projects.html" class="primary-btn" target="blank" > See Projects</a>
</section>
<section class="blogs">
<h1>Blogs</h1>
<p> I am also working on some technical and non techincal blogs. I like to document my journey of learning. </p>
<br><a href="blogs.html" class="secondary-btn"> Read Blogs</a>
</section>
<footer class="footer">
<ul class="unordered">
<h3 class="footer-title"> Connect to me </h3>
<a class="footer-links" href="https://github.com/maitrakhatri" > GitHub</a>
<a class="footer-links" href="https://www.linkedin.com/in/maitrakhatri/" > LinkedIN</a>
<a class="footer-links" href="https://twitter.com/maitrakhatri" > Twitter</a>
</ul>
</footer>
</body>
</html>