-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
198 lines (189 loc) · 8.8 KB
/
Copy pathindex.html
File metadata and controls
198 lines (189 loc) · 8.8 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/styles.css">
<title>Rizul's Portfolio</title>
</head>
<body>
<div class="overlays">
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
<div class="overlay"></div>
</div>
<div class="gradient-bg">
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -8"
result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
</defs>
</svg>
<div class="gradients-container">
<div class="g1"></div>
<div class="g2"></div>
<div class="g3"></div>
<div class="g4"></div>
<div class="g5"></div>
<div class="interactive"></div>
</div>
</div>
<div id="ht-main">
</div>
<div id="main" class="main">
<button class="home-btn">
Home
</button>
<!-- MENU BUTTON CODE BELOW (IN PROGRESS) -->
<!--
<div class="menu-container">
<div class="main-menu--btn">
</div>
</div>
-->
<!-- -->
<h1 class="main-name gh-headings">
<span>
Rizul
<span class="inline">*</span>
</span>
<span>Bhardwaj</span>
</h1>
<h1 class="main-se">
<span>
Software
</span>
<span>
<span class="inline">*</span>
Engineer
</span>
</h1>
<div class="container-circle">
<span class="d-arr">
↓
</span>
<div class="circle-circle">
<p class="rotating-text" id="text">• Know • More • About • Me • </p>
</div>
</div>
</div>
<section id="about" class="about-me">
<button class="home-btn">
About Me
</button>
<h1 class="about-me--desc">
<span>
I'm an
avid programmer
</span>
<span>
creatively infusing passion, innovation
</span>
<span>
while exploring the world
</span>
<span>
made with zeroes and ones.
</span>
</h1>
<h1 class="about-me--pers">
<span>
I'm from Shimla, Himachal, also known
</span>
<span>
as the
<Span style="color: rgba(255, 0, 187, 1);">
"Queen of Hills"
</Span>
. Currently I am
</span>
<span>
in my pre-final year pursuing Bachelor's
</span>
<span>
in Computer Science Enginnering
</span>
</h1>
<!-- -->
<!-- -->
<div class="container-circle">
<span class="d-arr">
↓
</span>
<div class="circle-circle">
<p class="rotating-text" id="text-2">• View • My • Work • Below • </p>
</div>
</div>
</section>
<div id="ht-about-me">
</div>
<h1 id="ph" class="projects-heading">
Projects
</h1>
<noscript>
You need to enable JavaScript to view this section.
</noscript>
<div id="root"></div>
<div class="ws"></div>
<section id="cm" class="contact-me">
<div class="cm-cont">
<div class="ct-cont">
<button class="ct-btn">
Contact Me
</button>
<div class="ct-svgs">
<a href="https://www.linkedin.com/in/rizul/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 50 50">
<path
d="M41,4H9C6.24,4,4,6.24,4,9v32c0,2.76,2.24,5,5,5h32c2.76,0,5-2.24,5-5V9C46,6.24,43.76,4,41,4z M17,20v19h-6V20H17z M11,14.47c0-1.4,1.2-2.47,3-2.47s2.93,1.07,3,2.47c0,1.4-1.12,2.53-3,2.53C12.2,17,11,15.87,11,14.47z M39,39h-6c0,0,0-9.26,0-10 c0-2-1-4-3.5-4.04h-0.08C27,24.96,26,27.02,26,29c0,0.91,0,10,0,10h-6V20h6v2.56c0,0,1.93-2.56,5.81-2.56 c3.97,0,7.19,2.73,7.19,8.26V39z">
</path>
</svg>
</a>
<a href="https://github.com/bhardwajrizul" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 50 50">
<path
d="M17.791,46.836C18.502,46.53,19,45.823,19,45v-5.4c0-0.197,0.016-0.402,0.041-0.61C19.027,38.994,19.014,38.997,19,39 c0,0-3,0-3.6,0c-1.5,0-2.8-0.6-3.4-1.8c-0.7-1.3-1-3.5-2.8-4.7C8.9,32.3,9.1,32,9.7,32c0.6,0.1,1.9,0.9,2.7,2c0.9,1.1,1.8,2,3.4,2 c2.487,0,3.82-0.125,4.622-0.555C21.356,34.056,22.649,33,24,33v-0.025c-5.668-0.182-9.289-2.066-10.975-4.975 c-3.665,0.042-6.856,0.405-8.677,0.707c-0.058-0.327-0.108-0.656-0.151-0.987c1.797-0.296,4.843-0.647,8.345-0.714 c-0.112-0.276-0.209-0.559-0.291-0.849c-3.511-0.178-6.541-0.039-8.187,0.097c-0.02-0.332-0.047-0.663-0.051-0.999 c1.649-0.135,4.597-0.27,8.018-0.111c-0.079-0.5-0.13-1.011-0.13-1.543c0-1.7,0.6-3.5,1.7-5c-0.5-1.7-1.2-5.3,0.2-6.6 c2.7,0,4.6,1.3,5.5,2.1C21,13.4,22.9,13,25,13s4,0.4,5.6,1.1c0.9-0.8,2.8-2.1,5.5-2.1c1.5,1.4,0.7,5,0.2,6.6c1.1,1.5,1.7,3.2,1.6,5 c0,0.484-0.045,0.951-0.11,1.409c3.499-0.172,6.527-0.034,8.204,0.102c-0.002,0.337-0.033,0.666-0.051,0.999 c-1.671-0.138-4.775-0.28-8.359-0.089c-0.089,0.336-0.197,0.663-0.325,0.98c3.546,0.046,6.665,0.389,8.548,0.689 c-0.043,0.332-0.093,0.661-0.151,0.987c-1.912-0.306-5.171-0.664-8.879-0.682C35.112,30.873,31.557,32.75,26,32.969V33 c2.6,0,5,3.9,5,6.6V45c0,0.823,0.498,1.53,1.209,1.836C41.37,43.804,48,35.164,48,25C48,12.318,37.683,2,25,2S2,12.318,2,25 C2,35.164,8.63,43.804,17.791,46.836z">
</path>
</svg>
</a>
<a href="https://www.instagram.com/rizulbhardwaj_/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 50 50">
<path
d="M 16 3 C 8.83 3 3 8.83 3 16 L 3 34 C 3 41.17 8.83 47 16 47 L 34 47 C 41.17 47 47 41.17 47 34 L 47 16 C 47 8.83 41.17 3 34 3 L 16 3 z M 37 11 C 38.1 11 39 11.9 39 13 C 39 14.1 38.1 15 37 15 C 35.9 15 35 14.1 35 13 C 35 11.9 35.9 11 37 11 z M 25 14 C 31.07 14 36 18.93 36 25 C 36 31.07 31.07 36 25 36 C 18.93 36 14 31.07 14 25 C 14 18.93 18.93 14 25 14 z M 25 16 C 20.04 16 16 20.04 16 25 C 16 29.96 20.04 34 25 34 C 29.96 34 34 29.96 34 25 C 34 20.04 29.96 16 25 16 z">
</path>
</svg>
</a>
<a href="mailto:rizulwork@gmail.com">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 50 50">
<path
d="M12 23.403V23.39 10.389L11.88 10.3h-.01L9.14 8.28C7.47 7.04 5.09 7.1 3.61 8.56 2.62 9.54 2 10.9 2 12.41v3.602L12 23.403zM38 23.39v.013l10-7.391V12.41c0-1.49-.6-2.85-1.58-3.83-1.46-1.457-3.765-1.628-5.424-.403L38.12 10.3 38 10.389V23.39zM14 24.868l10.406 7.692c.353.261.836.261 1.189 0L36 24.868V11.867L25 20l-11-8.133V24.868zM38 25.889V41c0 .552.448 1 1 1h6.5c1.381 0 2.5-1.119 2.5-2.5V18.497L38 25.889zM12 25.889L2 18.497V39.5C2 40.881 3.119 42 4.5 42H11c.552 0 1-.448 1-1V25.889z">
</path>
</svg>
</a>
</div>
</div>
<div class="crt">
<p class="crt-name">© Rizul Bhardwaj 2049</p>
<p class="crt-quote">"la vie en Rose, quand ?</p>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/circletype@2.3.0/dist/circletype.min.js"></script>
<script src="./src/gradients.js"></script>
<script type="module" src="./src/index.js"></script>
<script src="./src/effects.js"></script>
</body>
</html>