-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
105 lines (105 loc) · 5.21 KB
/
resume.html
File metadata and controls
105 lines (105 loc) · 5.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="img/code-solid.svg">
<link rel="icon" type="image/png" sizes="32x32" href="img/code-solid.svg">
<link rel="icon" type="image/png" sizes="16x16" href="img/code-solid.svg">
<link rel="stylesheet" href="css/resume.css" />
<title>Jonathan Smith | Resume</title>
</head>
<body>
<main>
<header>
<h1>Jonathan Smith
<input class="download-link button-5" type="button" value="Print Resume" onClick="window.print()">
</h1>
<div class="contact-info">
<span>example@gmail.com</span>
<span>exampleWebsite.com</span>
<span>Mountain View, CA</span>
</div>
<div class="contact-info"></div>
</header>
<section class="content-section">
<h1>Objective</h1>
<p>
To leverage my diverse skills in programming, graphic design, and problem-solving
to contribute to a dynamic organization. Seeking a challenging position where
I can apply my technical expertise and creative mindset to drive innovation
and deliver exceptional results.
</p>
</section>
<section class="content-section">
<h1 style="border-bottom: 1px solid hsl(0, 0%, 40%);">Education</h1>
<div><b>TechnoVista University</b></div>
<div>• Bachelor of Science in Computer Science</div>
<div><b>DesignWorks Institute</span></b></div>
<div>• Associate of Science in Graphic Design</div>
</section>
<section class="content-section">
<h1 style="border-bottom: 1px solid hsl(0, 0%, 40%);">Experience</h1>
<div class="multicolumn">
<div class="experience-container">
<h2>
<span class="heavy-text">Senior Software Engineer</span> 2020 - Present
</h2>
<div>
<span class="italic-text">TechGenius, Mountain View, CA</span>
</div>
<ul>
<li>Spearheaded the development of complex software solutions while incorporating captivating graphic designs, enhancing the overall user experience and achieving business goals. Utilized expertise in both programming and design to streamline workflows and optimize product performance, resulting in increased efficiency and customer satisfaction.</li>
</ul>
</div>
<div class="experience-container">
<h2>
<span class="heavy-text">UI/UX Designer & Developer</span> 2018 - 2020
</h2>
<div><span class="italic-text">CreativeSolutions, Palo Alto, CA</span></div>
<ul>
<li>Led the design and development of user-centered interfaces for web and mobile platforms, conducting user research and applying best practices to create seamless user experiences. Collaborated with developers to ensure accurate implementation of designs and delivered visually striking products that aligned with client branding and market trends.</li>
</ul>
</div>
<div class="experience-container">
<h2>
<span class="heavy-text">Full Stack Developer</span> 2017 - 2018
</h2>
<div>
<span class="italic-text">InnovateTech, San Francisco, CA</span>
</div>
<ul>
<li>Collaborated with cross-functional teams to develop and design innovative web and mobile applications, implementing intuitive user interfaces and captivating visual designs. Played a key role in optimizing performance and usability, resulting in improved user engagement and overall customer satisfaction.</li>
</ul>
</div>
<div class="experience-container">
<section>
<h1>Skills</h1>
<ul>
<li>Proficient in programming languages such as Java, Python, and JavaScript.</li>
<li>Strong graphic design skills, including proficiency in Adobe Creative Suite (Photoshop, Illustrator, InDesign).</li>
<li>Experience in developing user-friendly web interfaces using HTML, CSS, and modern front-end frameworks.</li>
<li>Solid understanding of software development principles, data structures, and algorithms.</li>
<li>Ability to collaborate effectively with cross-functional teams, translating complex concepts into actionable solutions.</li>
</ul>
</section>
</div>
</div>
</section>
<section class="content-section">
<div class="">
<section>
<h1>Honors and Organizations</h1>
<ul>
<li><b>Honor One -</b> Organization One</li>
<li><b>Community Volunteer -</b> Organization Two</li>
<li><b>Organization Scholarship -</b> Organization Three</li>
</ul>
</section>
</div>
</section>
</main>
</body>
</html>