-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
75 lines (62 loc) · 3.59 KB
/
resume.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
<!DOCTYPE html>
<Html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initial-scale=1">
<!-- Bootstrap 4.3.1 -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- my css -->
<link rel="stylesheet" href="../Bootstrap-Portfolio/assets/css/style.css">
<!-- my sass -->
<link rel="stylesheet" href="../Bootstrap-Portfolio/assets/css/sass.css">
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<!-- My JS -->
<script src="../Bootstrap-Portfolio/assets/JavaScript/app.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<h1 class="col-md-12 col-lg-6 nameHead">Devin Stewart</h1>
<h1 class="col-md-12 col-lg-6 socialMedia"><a href="https://www.linkedin.com/in/devin-stewart-7697bb9b/"
class="fa fa-linkedin"></a><a href="https://www.github.com/bigshmow" class="fa fa-github"></a></h1>
</div>
<div class="row">
<h5 class="col-4 text-left seekingPos hideMe"><a
href="https://www.linkedin.com/in/devin-stewart-7697bb9b/" class="fa fa-linkedin"></a><a
href="https://www.github.com/bigshmow" class="fa fa-github"></a> Full Stack Web Developer
</h5>
</div>
</div>
<div class="container">
<div class="row m-scene">
<div class="col-md-12 col-lg-3 card shadow infoBox scene_element scene_element--fadeinbottom"
id="resumeBox2">
<a href="../Bootstrap-Portfolio/index.html" class="stretched-link"></a>
<p>Resume</p>
<hr>
<p class="hideMe">Professional Experience</p>
</div>
<div class="col-md-12 col-lg-9">
<div class="jumbotron dialogueBox resume scene_element scene_element--fadeinleft">
<a href="../Bootstrap-Portfolio/assets/images/Devin Stewart Resume.pdf"><img src="../Bootstrap-Portfolio/assets/images/Resume_Snip.JPG" style="float:right; max-width:200px;"></a>
<p>Mission Statement</p>
<p>Full Stack Web Developer leveraging automotive wheel design and management skill set to build technical and creatively cohesive applications. Goal-oriented problem solver driven to create responsive, agile, and elegant systems. Educated at the University of California San Diego Extension in languages to develop with the MERN stack (mongo.db, express.js, react.js, node.js). Habitually inquisitive, flexible, organized and able to leverage my design experience to join the front and back end processes. My proven ability to educate sales and marketing on abstract design concepts will be pivotal in building a united vision and team.</p>
</div>
</div>
<br>
<div class="col-md-12 col-lg-3 card shadow infoBox scene_element scene_element--fadeinleft hideMe"
id="resumeBox">
<a href="../Bootstrap-Portfolio/index.html" class="stretched-link"></a>
<p>Resume</p>
<hr>
<p class="hideMe">Professional Experience</p>
</div>
</div>
</div>
</body>
</Html>