-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (172 loc) · 11.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Varun's Portfolio Page</title>
<link rel="icon" type="image/x-icon" href="/Personal site mood board/profile-pic.png">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="main.js" defer></script>
</head>
<body>
<!---Blob 1 data-->
<!-- <div class="blob">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: rgb(254, 2, 34);"></stop>
<stop offset="100%" style="stop-color: rgb(251, 2, 128);"></stop>
</linearGradient>
</defs>
<path fill="url(#gradient)">
<animate attributeName="d"
dur="30s"
repeatcount="indefinite"
values="M435.5,302Q411,354,375.5,400.5Q340,447,278.5,464Q217,481,165.5,444Q114,407,98,353Q82,299,49,240Q16,181,52.5,122.5Q89,64,158,77Q227,90,275,90Q323,90,381.5,109Q440,128,450,189Q460,250,435.5,302Z;
M447,310.5Q438,371,375.5,379.5Q313,388,266,427.5Q219,467,183,417.5Q147,368,106.5,336Q66,304,61.5,248.5Q57,193,83.5,141Q110,89,167.5,81.5Q225,74,270.5,89.5Q316,105,353.5,132Q391,159,423.5,204.5Q456,250,447,310.5Z;
M444,296Q393,342,373,408.5Q353,475,290,442Q227,409,188.5,387.5Q150,366,111.5,334Q73,302,82,252.5Q91,203,117.5,165.5Q144,128,180.5,75Q217,22,268.5,59Q320,96,371.5,117.5Q423,139,459,194.5Q495,250,444,296Z;
M444,305.5Q422,361,379,399Q336,437,280,433.5Q224,430,167.5,420Q111,410,65,364Q19,318,38.5,256Q58,194,100.5,160Q143,126,183.5,97.5Q224,69,275.5,75Q327,81,369,114Q411,147,438.5,198.5Q466,250,444,305.5Z;
M435.5,302Q411,354,375.5,400.5Q340,447,278.5,464Q217,481,165.5,444Q114,407,98,353Q82,299,49,240Q16,181,52.5,122.5Q89,64,158,77Q227,90,275,90Q323,90,381.5,109Q440,128,450,189Q460,250,435.5,302Z;"
></animate>
</path>
</svg>
</div>
<div class="blob">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: rgb(254, 2, 34);"></stop>
<stop offset="100%" style="stop-color: rgb(251, 2, 128);"></stop>
</linearGradient>
</defs>
<path fill="url(#gradient)">
<animate attributeName="d"
dur="30s"
repeatcount="indefinite"
values="M435.5,302Q411,354,375.5,400.5Q340,447,278.5,464Q217,481,165.5,444Q114,407,98,353Q82,299,49,240Q16,181,52.5,122.5Q89,64,158,77Q227,90,275,90Q323,90,381.5,109Q440,128,450,189Q460,250,435.5,302Z;
M447,310.5Q438,371,375.5,379.5Q313,388,266,427.5Q219,467,183,417.5Q147,368,106.5,336Q66,304,61.5,248.5Q57,193,83.5,141Q110,89,167.5,81.5Q225,74,270.5,89.5Q316,105,353.5,132Q391,159,423.5,204.5Q456,250,447,310.5Z;
M444,296Q393,342,373,408.5Q353,475,290,442Q227,409,188.5,387.5Q150,366,111.5,334Q73,302,82,252.5Q91,203,117.5,165.5Q144,128,180.5,75Q217,22,268.5,59Q320,96,371.5,117.5Q423,139,459,194.5Q495,250,444,296Z;
M444,305.5Q422,361,379,399Q336,437,280,433.5Q224,430,167.5,420Q111,410,65,364Q19,318,38.5,256Q58,194,100.5,160Q143,126,183.5,97.5Q224,69,275.5,75Q327,81,369,114Q411,147,438.5,198.5Q466,250,444,305.5Z;
M435.5,302Q411,354,375.5,400.5Q340,447,278.5,464Q217,481,165.5,444Q114,407,98,353Q82,299,49,240Q16,181,52.5,122.5Q89,64,158,77Q227,90,275,90Q323,90,381.5,109Q440,128,450,189Q460,250,435.5,302Z;"
></animate>
</path>
</svg>
</div>-->
<!---blob 2 data-->
<!---<div class="blobt">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: rgb(254, 2, 34);"></stop>
<stop offset="100%" style="stop-color: rgb(251, 2, 128);"></stop>
</linearGradient>
</defs>
<path fill="url(#gradient)">
<animate attributeName="d"
dur="30s"
repeatcount="indefinite"
values="M390.5,291.5Q379,333,366,404.5Q353,476,283.5,486.5Q214,497,160.5,456Q107,415,73,363.5Q39,312,71,259.5Q103,207,110.5,152Q118,97,172.5,92.5Q227,88,283.5,70Q340,52,394,87.5Q448,123,425,186.5Q402,250,390.5,291.5Z;
M450.5,307.5Q428,365,385,408Q342,451,283,442.5Q224,434,162.5,428Q101,422,95,359.5Q89,297,82,247.5Q75,198,97,148Q119,98,171.5,85Q224,72,283.5,59Q343,46,366,103.5Q389,161,431,205.5Q473,250,450.5,307.5Z;
M415,298Q400,346,358.5,371Q317,396,272,402.5Q227,409,181.5,395Q136,381,75.5,350Q15,319,44,258.5Q73,198,110,165Q147,132,183.5,87Q220,42,275,58Q330,74,391.5,96.5Q453,119,441.5,184.5Q430,250,415,298Z;
M430.5,297.5Q398,345,361,378Q324,411,273,427Q222,443,177,414.5Q132,386,101,344.5Q70,303,73,251Q76,199,101.5,153.5Q127,108,172.5,68.5Q218,29,281.5,35.5Q345,42,393,84.5Q441,127,452,188.5Q463,250,430.5,297.5Z;
M390.5,291.5Q379,333,366,404.5Q353,476,283.5,486.5Q214,497,160.5,456Q107,415,73,363.5Q39,312,71,259.5Q103,207,110.5,152Q118,97,172.5,92.5Q227,88,283.5,70Q340,52,394,87.5Q448,123,425,186.5Q402,250,390.5,291.5Z;"
></animate>
</path>
</svg>
</div>
<div class="blob-blur2">
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: rgb(254, 2, 34);"></stop>
<stop offset="100%" style="stop-color: rgb(251, 2, 128);"></stop>
</linearGradient>
</defs>
<path fill="url(#gradient)">
<animate attributeName="d"
dur="30s"
repeatcount="indefinite"
values="M390.5,291.5Q379,333,366,404.5Q353,476,283.5,486.5Q214,497,160.5,456Q107,415,73,363.5Q39,312,71,259.5Q103,207,110.5,152Q118,97,172.5,92.5Q227,88,283.5,70Q340,52,394,87.5Q448,123,425,186.5Q402,250,390.5,291.5Z;
M450.5,307.5Q428,365,385,408Q342,451,283,442.5Q224,434,162.5,428Q101,422,95,359.5Q89,297,82,247.5Q75,198,97,148Q119,98,171.5,85Q224,72,283.5,59Q343,46,366,103.5Q389,161,431,205.5Q473,250,450.5,307.5Z;
M415,298Q400,346,358.5,371Q317,396,272,402.5Q227,409,181.5,395Q136,381,75.5,350Q15,319,44,258.5Q73,198,110,165Q147,132,183.5,87Q220,42,275,58Q330,74,391.5,96.5Q453,119,441.5,184.5Q430,250,415,298Z;
M430.5,297.5Q398,345,361,378Q324,411,273,427Q222,443,177,414.5Q132,386,101,344.5Q70,303,73,251Q76,199,101.5,153.5Q127,108,172.5,68.5Q218,29,281.5,35.5Q345,42,393,84.5Q441,127,452,188.5Q463,250,430.5,297.5Z;
M390.5,291.5Q379,333,366,404.5Q353,476,283.5,486.5Q214,497,160.5,456Q107,415,73,363.5Q39,312,71,259.5Q103,207,110.5,152Q118,97,172.5,92.5Q227,88,283.5,70Q340,52,394,87.5Q448,123,425,186.5Q402,250,390.5,291.5Z;"
></animate>
</path>
</svg>
</div>--->
<section class="main-sec">
<h2 class="heading">
Hello, I'm Varun
</h2>
<h4 class="para">
I love web design.<br><br>In the past few months after learning about HTML & CSS I've made quite a few pages
Even though I've been making websites in wordpress for 7 years now,<br><br>
there is just something special about learning to write the code for each and everything on the page.<br><br>
So here I'm learning and sharing the things I've made so far.
</h4>
<a class="btn" href="#">
Contact Me
</a>
<img class="pro-pic" alt="profile-img" src="/Personal site mood board/profile-pic.png">
</section>
<section class="basic-grid">
<div class="grid">
<a href="https://3dhoverimage.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/3d hover effect.webp" alt="1">
</a></div>
<div class="grid">
<a href="https://alexallenport.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/Alex.webp" alt="2">
</a></div>
<div class="grid">
<a href="https://awesome-landing-page.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/awesome.webp" alt="3">
</a></div>
<div class="grid">
<a href="https://topclassicanime.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/class anime.webp" alt="4">
</a></div>
<div class="grid">
<a href="https://simple-sound-meter.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/db meter.webp" alt="5">
</a></div>
<div class="grid">
<a href="https://lilyscosplay.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/Lily's cosplay.webp" alt="6">
</a></div>
<div class="grid">
<a href="https://ooexiaoo.github.io/Matrix/" target="_blank">
<img class="pr-img" src="/Personal site mood board/matrix.webp" alt="7">
</a></div>
<div class="grid">
<a href="https://real-estate-loan.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/Real estate loan.webp" alt="8">
</a></div>
<div class="grid">
<a href="https://shaneportfolio.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/shane.webp" alt="8">
</a></div>
<div class="grid">
<a href="https://simplewordcounter.pages.dev/" target="_blank">
<img class="pr-img" src="/Personal site mood board/wordcounter.webp" alt="8">
</a></div>
</section>
<div class="theme-swt">
<label class="switch">
<input type="checkbox" id="theme-toggle">
<span class="slider round">
<img src="/Personal site mood board/brightness.svg" alt="moon" id="moon-image">
<img src="/Personal site mood board/moon.svg" alt="sun" id="sun-image">
</span>
</label>
</div>
<!--
dMP dMP .aMMMb dMMMMb dMP dMP dMMMMb .dMMMb .aMMMb .aMMMb dMMMMb dMMMMMP
dMP dMP dMP"dMP dMP.dMP dMP dMP dMP dMP dMP" VP dMP"VMP dMP"dMP dMP VMP dMP
dMP dMP dMMMMMP dMMMMK" dMP dMP dMP dMP VMMMb dMP dMP dMP dMP dMP dMMMP
YMvAP" dMP dMP dMP"AMF dMP.aMP dMP dMP dP .dMP dMP.aMP dMP.aMP dMP.aMP dMP
VP" dMP dMP dMP dMP VMMMP" dMP dMP VMMMP" VMMMP" VMMMP" dMMMMP" dMMMMMP
-->
</body>
</html>