-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (104 loc) · 4.69 KB
/
index.html
File metadata and controls
146 lines (104 loc) · 4.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="x-icon" href="pfpp.png">
<title>Home</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=Ysabeau+Office:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar">
<div style="margin-left: 127px;">
</div>
<div class="navbarcomp1">
<a href="index.html" class="nav1">Home</a>
<a href="projects/index.html" class="nav1">Projects</a>
<a href="https://medium.com/@visheshvijayvargiya" target="_blank" class="nav1">Blog</a>
<a href="CV/index.html" class="nav1">CV</a>
<a href="contact/index.html" class="nav1">Contact</a>
</div>
<div class="socialscomp">
<a href="https://github.com/visheshvijayvargiya" target="_blank">
<i class="fa fa-github" style="color: white; font-size: 24px; margin-right: 10px;" class="socials"></i>
</a>
<a href="https://www.linkedin.com/in/visheshvijayvargiya/ " target="_blank">
<i style="font-size: 24px; margin-right: 10px;" class="socials fa"></i>
</a>
<a href="https://www.youtube.com/channel/UC_9FgM_v-gSvmEvoovkEDUA" target="_blank">
<i style="font-size:24px" font-size: 24px; margin-right: 10px;" class="socials fa"></i>
</a>
</div>
</nav>
<div class="middleflex">
</div>
<div class="middleflex">
<div class="middle">
<div id="middlecomp1" class="middlecomp">
Portfolio
</div>
<div id="middlecomp2" class="middlecomp">
Vishesh
</div>
<div id="middlecomp3" class="middlecomp">
Software Developer/Engineer
</div>
<div id="middlecomp4" class="middlecomp">
<a href="projects/index.html">
<button id="middlebutton1" class="middlebutton">
Projects
</button>
</a>
<a href="CV/index.html">
<button id="middlebutton2" class="middlebutton">
CV
</button>
</a>
</div>
</div>
</div>
<div class="middleflex">
</div>
<div class="aboutme">
ABOUT ME
</div>
<div>
</div>
<div class="opboxcontainer">
<div class="lessopbox">
</div>
<div class="fullopbox">
<div class="boxfortext">
<div class="hello boxfont">
Hello
</div>
<div class="name boxfont">
I am Vishesh Vijayvargiya
</div>
<div class="mainaboutme boxfont">
From Photography to Programming, I have always been passionate about learning new skills every day.
<br>
<br>
I am an aspiring Games Developer with knowledge in C#, C++, Unity, After Effects(VFX), Lightroom, some light knowledge in Blender, Photoshop, Photo/Videography, and team management.
<br>
<br>
I am a second year student at the University Of Westminster studying Computer Games Development BSc.
<br>
<br>
Since I got my first video game console at the age of 8, I have been passionate about playing games and that is where my fascination for electronics and computers started. I like to solve puzzles, assemble computers, learn new things every day and stay fit.
<br>
<br>
I decided to study Computer Games Development because of my interest in computers, technology, and programming and so that I could do something I enjoy and turn my passion into a job.
</div>
</div>
</div>
</div>
<footer class="footer">
©2022 by Vishesh. Created with HTML, CSS, Javascript, Firebase.
</footer>
</body>
</html>