-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (171 loc) · 10.3 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset = "UTF-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="YdTlc89YcuYaxh5eO5eXHWQOvCToXyYkcowb-ekdHxI" />
<meta name = "description" content = "I am Ved Rathi. I like to code, I am a tech enthusiast and a programmer. I also blog. This is the official website of Ved Rathi." />
<meta name = "keywords" content = "Ved Rathi, Python, Algorithms, Data Structures, Programmer">
<meta name = "author" content = "Ved Rathi">
<title>Ved Rathi</title>
<link rel = "stylesheet" href = "css/style.css">
<link rel = "icon" href = "assets/vedSketch.jpg">
</head>
<body bgColor="black">
<header>
<div class="header">
<strong><h1 align = "center">
Ved The Pro
</h1></strong>
</div>
</header>
<main>
<div class = "screenShow">
<div align = "center">
<i><u>
<p id = "upperSubtitle"> </p>
<p id = "lowerSubtitle"> </p>
</i></u>
</div>
</div>
<!-- Hello -->
<div class = "aboutMe">
<div class = "myDescription">
<p>
A chilled out dude, a musical soul and a tech enthusiast. I call myself, Ved The Pro😎
</p>
</div>
</div>
<br>
<br>
<br>
<hr color = "red", width = "90%", size = "10%">
<div class = "parentRepeatAbout">
<i>
<span>I am <span id = "aboutMeSwitch"></span></span>
</i>
</div>
<div class = "programmingCertificates">
<img src = "assets/ProgrammingExpert_Certificate-1.jpg" class = "programmingCertificate">
<img src = "assets/CS50x.png" class = "programmingCertificate">
</div>
<div class = "gridContainer">
<div>
<h2 class = "sectionHeaders">Python</h2>
<ul>
<li>
<a href = "https://github.com/Ved-programmer/TypingPro" target = "_blank" rel="noopener">
Typing Pro
<div>
<img src = "https://github-readme-stats.vercel.app/api/pin/?username=Ved-programmer&repo=TypingPro&theme=dark" alt = "a typing game made using pygame and python, can be used for typing practice or as a typing test." class = "repoImages">
</div>
</a>
</li>
<li>
<a href = "https://github.com/Ved-programmer/Run-Time-Visualizer" target = "_blank" rel="noopener">
Run Time Visualizer
<div>
<img src = "https://github-readme-stats.vercel.app/api/pin/?username=Ved-programmer&repo=Run-Time-Visualizer&theme=dark" alt = "Visualizes different run times of different algorithms with different inputs by a time and input graph." class = "repoImages">
</div>
</a>
</li>
<li>
<a href = "https://github.com/Ved-programmer/PAFAT" target = "_blank" rel="noopener">
PAFAT
<div>
<img src = "https://github-readme-stats.vercel.app/api/pin/?username=Ved-programmer&repo=PAFAT&theme=dark" alt = "A personal assistant made with python with features like controlling brightness, music playing and notyfing to take breaks etc." class = "repoImages">
</div>
</a>
</li>
<li>
Python Experience
<ol>
<li>Games using pygame</li>
<li>graphical user interfaces(GUIs) using tkinter</li>
<li>Scripting</li>
<li>Automation</li>
</ol>
</li>
</ul>
</div>
<div>
<h2 class = "sectionHeaders">Data Structures and Algorithms</h2>
<ul>
<li>
<a href = "https://certificate.algoexpert.io/AE-fbcaa1c144" target = "_blank" rel="noopener">
Completed 100+ questions on AlgoExpert
<img src = "assets/algoExpertCertificate.png" alt = "Got an AlgoExpert certificate" class = "containerImage">
</a>
</li>
<li>
Experienced in
<ol>
<li>Data structures - graphs, hash tables, queue/stacks, arrays, linked lists, strings etc.</li>
<li>Algorithmic techniques - dynamic programming, recursion, multiple pointers, divide and conquer etc.</li>
<li>Big O Notation/complexity analysis.</li>
</ol>
</li>
</ul>
</div>
<div>
<h2 class = "sectionHeaders">Github</h2>
<img src = "https://github-readme-streak-stats.herokuapp.com/?user=Ved-programmer&theme=tokyonight" alt = "" class = "containerImage">
<img src = "https://github-readme-stats.vercel.app/api?username=Ved-programmer&show_icons=true&count_private=true&theme=tokyonight" class = "containerImage" alt = "">
<img src = "https://metrics.lecoq.io/Ved-programmer" alt = "" class = "containerImage">
</div>
<div>
<h2 class = "sectionHeaders">Web Design</h2>
<ul>
<li>
<a href="https://ved-programmer.github.io/Quiz-Game-App/">
Pro Python Quiz
<img src="assets/Quiz.png" class = "containerImage">
</a>
</li>
<li>
<a href="https://ved-programmer.github.io/A-Tech-City-Adventure/">
A Short Game
<img src="assets/game.png" class = "containerImage">
</a>
</li>
<!-- <li>
<a href="https://a-musical-ear-trainer.herokuapp.com/">
A Musical ear trainer
<img src="assets/a-musical-ear-trainer.png" class = "containerImage">
</a>
</li> -->
</ul>
</div>
</div>
<div class = "collapsibleContainer">
<button class="collapsible">p5.js Projects</button>
<div class="content">
<ul id = "p5-games">
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/VOifXw20_" target = "_blank" rel="noopener">The spinning circle of rectangles</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/8FCPJxyVm" target = "_blank" rel="noopener">The trailing ball</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/BBuBegI8Q" target = "_blank" rel="noopener">The white shadow</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/w-aJZFope" target = "_blank" rel="noopener">Some Factoral Trees</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/N9rXXUn6o" target = "_blank" rel="noopener">The sorting system</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/5FH2wxQlJ" target = "_blank" rel="noopener">An ordinary clock</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/INUEcKWWK" target = "_blank" rel="noopener">Adjustable 3D Cube</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/U0WjRbGsF" target = "_blank" rel="noopener">The double sided mirror</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/eHSdMKb7N" target = "_blank" rel="noopener">The small lights</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/Wmtq3iK1Q" target = "_blank" rel="noopener">The artist</a></li>
<li><a href = "https://preview.p5js.org/vedrathi2007/embed/oXmBMW8Gi" target = "_blank" rel="noopener">The emoji war</a></li>
</ul>
</div>
</div>
<img src = "https://github-readme-stats.vercel.app/api/top-langs/?username=Ved-programmer&theme=chartreuse-dark&hide_border=true" alt = "" style = "display:block; width: 80%; margin: auto;">
</main>
<footer>
<div align = "center">
<a href = "https://github.com/Ved-programmer" target = "_blank" rel="noopener"><button class = "btn github">Visit My Github Account</button></a>
<!-- <a href = "https://twitter.com/VedRathi9" target = "_blank" rel="noopener"><button class = "btn twitter">Visit My Twitter Profile</button></a> -->
<!-- <a href = "https://akshatsinghaniaweb.web.app/" target = "_blank" rel="noopener"><button class = "btn friend-link">Visit Akshat</button></a> -->
</div>
</footer>
<br>
</body>
<script src = "libs/typed.min.js"></script>
<script src="scripts/script.js"></script>
</html>