-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (77 loc) · 3.43 KB
/
index.html
File metadata and controls
105 lines (77 loc) · 3.43 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<title>Melinda Serven Resume | Web Designer with an interest in Open Source and Education</title>
<meta name="description" content="Web Designer with an interest in Open Source and Education" />
<link rel="canonical" href="https://roseofgold.github.io/" />
<link rel="stylesheet" href="css/msmain.css">
</head>
<body>
<section>
<header>
<h1 class="me">Melinda Serven</h1>
<h2 class="me-tag">Milwaukie, OR | 1 (503) 891-4091 | roseofgold@gmail.com</h2>
<h2 class="me-tag">Web Designer with an interest in Open Source and Education</h2>
<p>I'm not looking for work right now, but open to opportunities.</p>
</header>
</section>
<section>
<ul>
<!-- GitHub link -->
<li class="icon-link-item"><a href="https://github.com/roseofgold" class="contact-button">GitHub</a></li>
<!-- Facebook link -->
<li class="icon-link-item"><a href="https://www.facebook.com/roseofgold" class="contact-button">Facebook</a></li>
<!-- LinkedIn link -->
<li class="icon-link-item"><a href="https://www.linkedin.com/in/melinda-serven-a732016" class="contact-button">LinkedIn</a></li>
<!-- Instagram link -->
<li class="icon-link-item"><a href="https://www.instagram.com/rose.ofgold/" class="contact-button">Instagram</a></li>
</ul>
</section>
<section class="category">
<h2>Experience</h2>
<div class="experience">
<h3>Acquia</h3>
<h4>Software Engineer • November 2021 — Present</h4>
<h4>Associate Software Engineer • November 2019 — November 2021</h4>
<h4>Apprentice Software Engineer • July 2019 — November 2019</h4>
</div>
<div class="experience">
<h3>Cascadia PHP</h3>
<h4>Treasurer • April 2018 — Present</h4>
<p>Financial oversight budgeting for non-profit web development conference. Cascadia PHP fosters community through educational meetups and a conference with focus on PHP; building a bridge between developers, local businesses, and the Pacific NW tech scene.</p>
</div>
<div class="experience">
<h3>Marco Industries</h3>
<h4>Document Developer • October 2004 — July 2019</h4>
<p>Create labeling for new products, maintain/upgrade websites, create supporting documents (user manuals, advertisements).</p>
</div>
<div class="experience">
<h3>Clackamas Community College</h3>
<h4>Intern - Help Desk • January 2004 — May 2006</h4>
<p>Helped campus employees solve problems in Office products.</p>
</div>
</section>
<section class="category">
<h2>Education</h2>
<div class="experience">
<h3>Clackamas Community College</h3>
<h4>Computer Networking, A.A., Computer Applications • 2002 — 2006</h4>
<p>Final project was the creation of a website based in ColdFusion.</p>
</div>
</section>
<section class="category">
<h2>Associations, Interests and Hobbies</h2>
<div>
<ul>
<li class="resume-item">Drupal Association</li>
<li class="resume-item">PHPDX</li>
<li class="resume-item">Photography</li>
<li class="resume-item">Tabletop Gaming</li>
<li class="resume-item">Crafting</li>
<li class="resume-item">Traveling</li>
</ul>
</div>
</section>
</body>
</html>