-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (84 loc) · 4.11 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!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>Rishabh | Portfolio</title>
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Philosopher&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Allison&family=Poppins:wght@200;500&display=swap" rel="stylesheet">
<script src="./main.js" ></script>
</head>
<body>
<div id="Hero-header">
<h2 class="tag" style="margin-top: 0; margin-bottom: 0;"> <></h2>
<div style="display: flex;"><h1 style="margin-right: 1vw;">Hey, I'm </h1><h1 style="color:#05386B"> Rishabh.</h1></div>
<h2>I'm full-stack web developer.</h2>
<h2 class="tag" style="margin-top: 0; margin-bottom: 0;"> < /></h2>
<div class="down-arrow">
<div style="width: 2px; background-color: #05386B; height: 15vh; margin-right: 1vw;"></div>
<p style="color:#05386B"> swipe down!</p>
</div>
</div>
<div class="aboutme" style="height: 100vh;">
<div id="container">
<div style="display: flex; flex-direction: column; margin: 5vw;">
<h2 class="tag"> <about me></h2>
<p class="inside-tag">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ab fugit unde asperiores excepturi dolores animi vero id beatae reprehenderit, deleniti nemo accusantium quisquam libero consequuntur, similique quia, quis quod? Illo.</p>
<h2 class="tag"> <about me /></h2>
</div>
<div style="padding: 10px; border-width: 2px; border-color: #05386B; border-style: dotted; border-radius: 20px;" >
<img src="./image/Profile.jpeg" style="width:25vw; border-radius: 20px;"></div>
</div>
</div>
<div class="skills">
<div id="container" style="flex-direction: column; width: 70%;">
<h2 class="tag"> <Skills></h2>
<h3 class="tag subtag"> <Coding></h3>
<p class="inside-tag" style="margin-left: 5rem; margin-top: 1rem; margin-bottom: 1rem;">
c
-
c++
-
python
-
javascript
</p>
<h3 class="tag subtag" style="margin-top: 1rem; margin-left: 6rem;"> <Framework></h3>
<p class="inside-tag" style="margin-left: 11rem; margin-top: 1rem; margin-bottom: 1rem;">
nodejs
-
expressjs
-
bootstrap
-
reactjs
</p>
<h3 class="tag subtag" style="margin-left: 6rem; margin-bottom: 2rem;"> <Framework/></h3>
<h3 class="tag subtag"> <Coding/></h3>
<h3 class="tag subtag"> <Design></h3>
<p class="inside-tag" style="margin-left: 5rem; margin-top: 1rem; margin-bottom: 1rem;">
adobe xd
-
figma
-
adobe illustrator
-
photoshop
</p>
<h3 class="tag subtag"> <Design/></h3>
<h2 class="tag"> <Skills></h2>
</div>
</div>
<div class="project">
</div>
</body>
</html>