-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (75 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Richard handricks</h1>
<img src="richard.webp" height="200">
<hr>
<h2>skills</h2>
<ul>
<h3><li>Languages</h3>
<ul>
<li>c</li>
<li>c++</li>
<li>golang</li>
<li>react</li>
<li>typescript</li>
<li>node.js</li>
<li>sql</li>
<li>python</li>
</ul></li>
<li><h3>tech and software</h3>
<ul>
<li>DSA</li>
<li>Blockchain</li>
<li>web 3</li>
<li>dbms</li>
<li>web dev</li>
</ul></li>
</ul>
<hr>
<h2>education</h2>
<ul>
<li>LA public school</li>
<li>LA high school , cs</li>
<li>bsc cs -stanford</li>
<li>Masters in computer engineering , stanford</li>
<li>MBA , harvard</li>
</ul>
<hr>
<h2>work experience</h2>
<ul>
<li>github </li>
<p>junior developer /sd1 , 3 months</p>
<li>open ai </li>
<p>data scientist , lead a team of 20 researchers , 3 years</p>
<li>google </li>
<p>product manager , lead a team of 100 engineers , 2 year</p>
<li>hoolie </li>
<p>vp, lead the new hoolie phone and app store tech , 1 year</p>
<li>pied piper </li>
<p>ceo , making decentralized internet , 7 years</p>
</ul>
<hr>
<h2>achivements</h2>
<p>
tech crunch winner <br> ces runner up <br> tethich leader
</p>
<hr>
<h2>summary</h2>
<p>
i want to change the future of internet , do u want to be in the front seat with me .
</p>
<hr>
<a href="about.html">Contact me</a>
<br>
<a href="about.html">my social</a>
<footer>
<p>© 2024 ujwal resume. All rights reserved.</p>
</footer>
</body>
</html>