-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
112 lines (89 loc) · 3.27 KB
/
resume.html
File metadata and controls
112 lines (89 loc) · 3.27 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
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Ashok Ajad | Machine Learning Engineer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<div class="content">
<section>
<h4></h4>
<ul class="plain">
<li><a href="https://www.linkedin.com/in/ashok-ajad/" target="_blank"><i class="icon fa-linkedin"> </i>LinkedIn</a>
<a href="https://github.com/code-cse" target="_blank"><i class="icon fa-github"> </i>Github</a>
</li>
</ul>
</section>
</div>
</div>
<a class="logo" href="index.html">Home</a>
<a class="logo" href="index.html">Blogs</a>
<a class="logo" href="elements.html">Projects</a>
<a class="logo" href="generic.html">Research</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">Projects</a></li>
<li><a href="generic.html">Research</a></li>
<li><a href="generic.html">Blogs</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading" >
<h1>Resume</h1>
</div>
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<!-- <embed src="ashok-ajad.pdf" width="1000px" height="2100px"; style="align-items: center;" /> -->
<embed src="ashok-ajad.pdf" style="width: 100%;height: 1000px;border: none; align-items: center;"></embed>
</div>
</div>
</section>
<!-- *********************************************************************************************************************************** -->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h4></h4>
<ul class="plain">
<li><a href="https://www.linkedin.com/in/ashok-ajad/" target="_blank"><i class="icon fa-linkedin"> </i>LinkedIn</a>
<a href="https://github.com/code-cse" target="_blank"><i class="icon fa-github"> </i>Github</a>
<a href="#"><i class="icon fa-facebook"> </i>Facebook</a>
<a href="#"><i class="icon fa-instagram"> </i>Instagram</a>
</li>
</ul>
</section>
</div>
<div class="copyright">
© ashok ajad <a href="index.html">Machine Learning Engineer | AI-Researcher </a>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>