forked from ladesh/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresume.html
More file actions
106 lines (88 loc) · 4.69 KB
/
resume.html
File metadata and controls
106 lines (88 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
<!doctype html>
<html lang="en">
//hello papagera//
<head>
<title>Uddeshya Lal</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800|Playfair+Display:,300, 400, 700" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mediaelement@4.2.7/build/mediaelementplayer.min.css">
<link rel="stylesheet" href="fonts/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/css/font-awesome.min.css">
<!-- Theme Style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="site-wrap">
<!--<b><a href="#" class="offcanvas-toggle js-offcanvas-toggle">Menu</a></b>-->
<button type="button" autofocus class="offcanvas-toggle js-offcanvas-toggle">Menu</button>
<div class="offcanvas_menu" id="offcanvas_menu">
<ul class="mb-5">
<li><a href="index.html">Bio</a></li>
<li class="active"><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="social">
<li><a href="https://www.linkedin.com/in/uddeshya-lal-2a5648180/" class="fa fa-linkedin"></a></li>
<li><a href="https://www.facebook.com/King.Uddeshya.Lal.1" class="fa fa-facebook"></a></li>
<li><a href="https://www.instagram.com/__mrhustler__/" class="fa fa-instagram"></a></li>
<li><a href="https://github.com/ladesh" class="fa fa-github"></a></li>
</ul>
</br><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<!--Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>-->
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
<aside style="background-image: url(img/qwerty.jpg);"></aside>
<main>
<a href="index.html" class="home-button"><span class="fa fa-home"></span></a>
<h1 class="mb-5">Experience</h1>
<div class="mb-5">
<ul class="resume-list">
<li>
<h3>Webpage developed ,School </h3>
<p class="date">2015</p>
<p></p>
</li>
<li>
<h3>User Experience Director, Facebook</h3>
<p class="date">Jan 2016 - Sep 2017</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint dolorum dolore culpa libero delectus excepturi! Repellat dolore, sapiente officia quod.</p>
</li>
<li>
<h3>Mobile Application Designer, Yahoo</h3>
<p class="date">Nov 2015 - Jan 2016</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint dolorum dolore culpa libero delectus excepturi! Repellat dolore, sapiente officia quod.</p>
</li>
<li>
<h3>Product Designer, Medium</h3>
<p class="date">Feb 2013 - Nov 2015</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint dolorum dolore culpa libero delectus excepturi! Repellat dolore, sapiente officia quod.</p>
</li>
</ul>
</div>
<h1 class="mb-5">Education</h1>
<div class="mb-5">
<ul class="resume-list">
<li>
<h3>Harvard University</h3>
<p class="date">2010 - 2014</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint dolorum dolore culpa libero delectus excepturi! Repellat dolore, sapiente officia quod.</p>
</li>
</ul>
</div>
</main>
</div>
<!-- loader -->
<div id="loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#f4b214"/></svg></div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>