-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareer.html
More file actions
215 lines (183 loc) · 6.63 KB
/
career.html
File metadata and controls
215 lines (183 loc) · 6.63 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
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Resume & Career Database</title>
<meta name="description" content="Manuel Sainsily's resume & career database.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" type="image/x-icon" src="images/32x32.ico">
<!-- STYLESHEETS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all">
<link rel="stylesheet" href="css/all.min.css" type="text/css" media="all">
<link rel="stylesheet" href="css/simple-line-icons.css" type="text/css" media="all">
<link rel="stylesheet" href="css/slick.css" type="text/css" media="all">
<link rel="stylesheet" href="css/animate.css" type="text/css" media="all">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173648178-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-173648178-1');
</script>
<!-- End of GOOGLE ANALYTICS -->
</head>
<body class="dark">
<!-- Preloader -->
<div id="preloader">
<div class="outer">
<!-- Google Chrome -->
<div class="infinityChrome">
<div></div>
<div></div>
<div></div>
</div>
<!-- Safari and others -->
<div class="infinity">
<div>
<span></span>
</div>
<div>
<span></span>
</div>
<div>
<span></span>
</div>
</div>
<!-- Stuff -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="goo-outer">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="6" result="blur" />
<feColorMatrix in="blur" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
</defs>
</svg>
</div>
</div>
<!-- mobile header -->
<header class="mobile-header-1">
<div class="container">
<!-- menu icon -->
<div class="menu-icon d-inline-flex mr-4">
<button>
<span></span>
</button>
</div>
</div>
</header>
<!-- desktop header -->
<header class="desktop-header-1 d-flex align-items-start flex-column">
<!-- logo image -->
<div class="site-logo">
<a href="/">
<img src="images/108x108.png" alt="Manu.Vision" />
</a>
</div>
<!-- main menu -->
<nav>
<ul class="vertical-menu scrollspy">
<li class="active"><a href="https://manu.vision/#home"><i class="icon-home"></i>Home</a></li>
<li><a href="https://manu.vision/#why"><i class="icon-question"></i>Why</a></li>
<li><a href="https://manu.vision/#how"><i class="icon-layers"></i>How</a></li>
<li><a href="https://manu.vision/#what"><i class="icon-note"></i>What</a></li>
<li><a href="https://manu.vision/#experience"><i class="icon-graduation"></i>When & Where</a></li>
<li><a href="https://manu.vision/#testimonials"><i class="icon-user-following"></i>Who</a></li>
<li><a href="https://manu.vision/#contact"><i class="icon-bubbles"></i>Contact</a></li>
<li><a href="https://manu.vision/feedback"><i class="icon-speech"></i>Feedback</a></li>
</ul>
</nav>
<!-- site footer -->
<div class="footer">
<!-- copyright text -->
<span class="copyright">© 2026 Manu.Vision</span>
</div>
</header>
<!-- main layout -->
<main class="content">
<!-- section works -->
<section id="journal">
<div class="container">
<!-- section title -->
<h2 class="section-title wow fadeInUp">Resume & Career Database</h2>
<div class="spacer" data-height="60"></div>
<br/>
<div class="rounded bg-dark shadow-light padding-30">
<img src="images/ENCV.PNG" alt="manu3d" />
<br/><br/>
<a href="https://beacons.ai/manuvision" class="btn btn-default">View Full Profile & Resume</a>
<br/>
<br/>
<h3>1. Work Experiences</h3>
<span><b>Tips:</b> You can play with the sorting options of different columns to explore the data differently.</span>
<br/>
<br/>
<!-- Data Table -->
<iframe class="airtable-embed" src="https://airtable.com/embed/shrlM2eh7jxxrspQr?backgroundColor=orange&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
<!-- End of data table -->
<br/>
<br/>
<h3>2. Degrees, Certifications & Recommendations</h3>
<span><b>Tips:</b> Look for the "Type" tags on each card to differenciate degrees from certifications.</span>
<br/>
<br/>
<!-- Data Table -->
<iframe class="airtable-embed" src="https://airtable.com/embed/shrmnjxUSgzlev3UK?backgroundColor=orange&viewControls=on" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
<!-- End of data table -->
<br/><br/>
<a href="https://manu.vision/testimonials" class="btn btn-default">Browse Testimonials</a>
</div>
</section>
<div class="text-center mt-4">
<br/>
<span> You can also connect with me on <a href="https://www.linkedin.com/in/manuvision" target="_blank">LinkedIn</a>.</span>
<br/>
<br/>
<a href="https://beacons.ai/manuvision" class="btn btn-default">View Full Profile & Resume</a>
</div>
<br/>
<br/>
<div class="text-center mt-4">
<i>Thank you!</i>
<br/>
<br/>
<a href="https://manu.vision" class="btn btn-secondary">Go Back Home</a>
</div>
</div>
</div>
</div>
<div class="spacer" data-height="96"></div>
<br/>
<br/>
<br/>
<br/>
</main>
<!-- Go to top button -->
<a href="javascript:" id="return-to-top"><i class="fas fa-arrow-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery-1.12.3.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/infinite-scroll.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/validator.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/morphext.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>