-
Notifications
You must be signed in to change notification settings - Fork 0
/
communityInvolvement.html
110 lines (110 loc) · 5.95 KB
/
communityInvolvement.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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link type ="text/css" rel="stylesheet" href="index.css" />
<link type="text/css" rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" />
<title>Amber Kolar's Portfolio</title>
</head>
<body id="body">
<header class="pageTop">
<h1><a href="index.html">Amber Kolar —</a></h1>
<h2><a href="index.html">Computer Science Portfolio</a></h2>
</header>
<nav class="pageTop">
<img src="assets/images/hamburgerButton.png" onclick="toggleNavigation()" />
<ul id="navigation">
<li id="generalProjectsList">
<a href="generalProjects.html" onmouseout="navLift('list1')" onmouseover="navDrop('list1')">General Projects</a>
<div id="list1" onmouseout="navLift('list1')" onmouseover="navDrop('list1')">
<a href="generalProjects.html#thisWebsite">This Website</a>
<a href="generalProjects.html#integerToBinary">Integer to Binary Converter</a>
<a href="generalProjects.html#zombulator">Zombulator</a>
<br>
<br>
<br>
</div>
</li>
<li id="gameProjectsList">
<a href="gameProjects.html" onmouseout="navLift('list2')" onmouseover="navDrop('list2')">Game Projects</a>
<div id="list2" onmouseout="navLift('list2')" onmouseover="navDrop('list2')">
<a href="gameProjects.html#bustOut">Bust Out</a>
<a href="gameProjects.html#pongsRevenge">Pong's Revenge</a>
<a href="gameProjects.html#flyingSpaceship">Flying Spaceship</a>
<br>
<br>
<br>
</div>
</li>
<li id="assemblyProjectsList">
<a href="assemblyProjects.html" onmouseout="navLift('list3')" onmouseover="navDrop('list3')">Assembly Code Projects</a>
<div id="list3" onmouseout="navLift('list3')" onmouseover="navDrop('list3')">
<a href="assemblyProjects.html#factorialCalculator">Factorial Calculator</a>
<a href="assemblyProjects.html#encoderDecoder">Encoder/Decoder</a>
<a href="assemblyProjects.html#nestingChecker">Nesting Checker</a>
<br>
<br>
<br>
</div>
</li>
<li id="writingList">
<a href="writing.html" onmouseout="navLift('list4')" onmouseover="navDrop('list4')">Writing</a>
<div id="list4" onmouseout="navLift('list4')" onmouseover="navDrop('list4')">
<a href="writing.html#annotatedBibliography">Annotated Bibliography</a>
<a href="writing.html#argumentOfDefinition">Argument of Definition</a>
<a href="writing.html#instructionManual">Instruction Manual</a>
<a href="writing.html#proposalEssay">Proposal Essay</a>
<a href="writing.html#rhetoriclAnalysis">Rhetorical Analysis</a>
<br>
</div>
</li>
<li id="communityInvolvementList">
<a href="communityInvolvement.html" onmouseout="navLift('list5')" onmouseover="navDrop('list5')">Community Involvement and Leadership</a>
<div id="list5" onmouseout="navLift('list5')" onmouseover="navDrop('list5')">
<a href="communityInvolvement.html#amcwChapter">AMC-W Chapter</a>
<a href="communityInvolvement.html#ncwitAwards">NCWIT Award Ceremony</a>
<a href="communityInvolvement.html#bvc">Bend Venture Conference</a>
<a href="communityInvolvement.html#codeathonMentorship">Code-a-Thon Mentorship</a>
<a href="communityInvolvement.html#habitatForHumanity">Habitat for Humanity</a>
<a href="communityInvolvement.html#bendCommunityCenter">Bend Community Center</a>
</div>
</li>
</ul>
</nav>
<section class="mainText">
<h2 class="sectionTitle">Community Involvement and Leadership</h2>
<ul class="listedContent">
<li id="amcwChapter">
<h3>ACMW-Chapter (2019)</h3>
<p>I am currently working with other women at my university to start an OSU-Cascades chapter of the Association for Computing Machinery's Council on Women in Computing (ACM-W). We aim to help women become involved in technology.</p>
</li>
<li id="ncwitAwards">
<h3>NCWIT Award Ceremony (2019)</h3>
<p>I traveled to Portland with other women from OSU-Cascades; we supported high school girls as they received rewards for technological achievements. My group represented OSU-Cascades and advertised the university while there.</p>
</li>
<li id="bvc">
<h3>Bend Venture Conference (2018)</h3>
<p>Working with a team of other volunteers, I helped to organize and set up items for the 2018 Bend Venture Conference.</p>
</li>
<li id="codeathonMentorship">
<h3>Code-a-Thon Mentorship (2018)</h3>
<p>I spent a day at Summit High School as a mentor for a team of high school programmers. The event both encouraged high school students to become involved in technology and raised funds for computers.</p>
</li>
<li id="habitatForHumanity">
<h3>Habitat for Humanity (2017)</h3>
<p>With the help of other volunteering students from my school, I organized, built, and refurbished items and property at Habitat for Humanity's Re-Store in Bend.</p>
</li>
<li id="bendCommunityCenter">
<h3>Bend Community Center (2017)</h3>
<p>On several weekends, I volunteered at Bend Community Center, where I communicated with and served meals to local people in need. I worked as a team with other volunteers to insure good customer service for the patrons.</p>
</li>
</ul>
</section>
<footer class="pageBase">
<h3>Contact Information</h3>
<p>(541) 639-7343, [email protected]</p>
<h3><a href="assets/pdfs/amberKolarResume.pdf" target="_blank">Resume</a></h3>
</footer>
</body>
<script type="text/javascript" src="index.js"></script>
</html>