-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (72 loc) · 2.08 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
<!-- Jai shree ram -->
<!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>home | Ajay bansal</title>
</head>
<link rel="stylesheet" href="styles.css">
<body>
<nav>
<div id="name">
<h2>ajaybansal</h2>
</div>
<div id="navi">
<ul class="list">
<li id="home"><a class="tag" href="">home</a></li>
<li><a class="tag" href="">Projects</a></li>
<li><a class="tag" href="">Blogs</a></li>
</ul>
</div>
</nav>
<div id="mid">
<!-- <div >
<img src="react.svg" alt="">
</div> -->
</div>
<div id="midtext">
<h2 class="hero">ajay bansal the
<span class="change">web </br> developer</span>
</h2>
</div>
<div id="tec">
<h3>Technologies</h3>
<div>
<p>I'm familiar with HTML5, CSS3, Git, JavaScript, NodeJS, ReactJS, and Web Hosting</p>
</div>
</div>
<div id="proj">
<h3>Projects</h3>
<div>
<p>I like to showcase my work and thus, you can see my projects hosted online</p>
</div>
<div id="ani2">
<button>see Projects</button>
</div>
</div>
<div id="blog">
<h3>blog</h3>
<div>
<p>I am also working on some technical and non techincal blogs. I like to document my journey of learning.
</p>
</div>
<div id="ani3">
<button>Read Blogs</button>
</div>
</div>
<div id="last">
<footer>
<div id="foot">
<h3>social media presence</h3>
</div>
<div id="foottext">
<div class="l">github</div>
<div class="l">twitter</div>
<div class="l">linkedin</div>
</div>
</footer>
</div>
</body>
</html>