-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (124 loc) · 4.02 KB
/
index.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap">
<!-- Add your script file here! -->
<script src="assets/js/script.js"></script>
<title> Anika Hauser | Software Engineer</title>
</head>
<body>
<!-- <div class="loader-container">
<div class="loader-card">
<div class="loader two">
<div class="first dot"></div>
<div class="second dot"></div>
<div class="third dot"></div>
</div>
</div>
<div class="bg"></div>
</div> -->
<div class="loaders two">
<div class="zero dots"></div>
<div class="first dots"></div>
<div class="second dots"></div>
<div class="third dots"></div>
<div class="fourth dots"></div>
</div>
<div class="sections">
<div class="section" >
<div id = "title-container">
<div class ="title">
<div class ='logo'>
<h1> Anika Hauser</h1>
</div>
<div class ="description">
<p>Software Engineer | Graduating 2025</p>
</div>
</div>
<div class ="title-image">
<img src="assets/me.jpg" alt="Anika Hauser">
</div>
</div>
<div class="scroll">
<p>Scroll for more ↓ </p>
</div>
</div>
<div class="section" id = "education-container">
<div class ="edu-title">
<div id ='edu-logo'>
<h1> Education</h1>
</div>
</div>
<div class="content-education">
<div id ="Education-University">
<p><span class="bold-text">B.S. Electrical Engineering and Computer Science</span><br>University of California, Berkeley</p>
</div>
<div id ="Coursework">
<p><span class="bold-text">Coursework</span>
<br>~ Computer Security
<br>~ Data Structures & Programming Methodology
<br>~ Designing Information Devices & Systems
<br>~ Discrete Mathematics and Probability Theory
<br>~ Efficient Algorithms and Intractable Problems
<br>~ Introduction to Machine Learning
</p>
</div>
</div>
</div>
<div class="section" id = "work-container">
<div class ="work-title">
<div id ='work-logo'>
<h1> Work Experience</h1>
</div>
</div>
<div class="content-work">
<div id ="scholastic">
<p>
<span class="w-bold-text">Software Quality Assurance Engineer Intern |</span>
<span class="w-i-text">Scholastic</span>
<br>Engaged in Agile Scrum collaboration to elevate testing and front-end functionalities for an assessment service, directly reducing testing efforts from 1 day to 15 minutes
</p>
</div>
<div id ="app">
<p>
<span class="w-bold-text">Front-End Developer |</span>
<span class="w-i-text">Freelance</span>
<br>Led a collaborative team of 4 to develop a Figma-designed iOS interactive carpool application enabling users to discover, create, and manage carpool services while also increasing transportation accessibility
</p>
</div>
</div>
</div>
<div class="section" id = "skills-container">
<div class ="skills-title">
<div id ="skills-logo">
<h1> Skills </h1>
</div>
</div>
<div class="skills-category">
<div id ="pl">
<h3>Programming Languages</h3>
<p>Python, Java, C, JavaScript, HTML, CSS, Go, SQL, Scheme, Swift, x86 Assembly Language</p>
</div>
<div id="ts">
<h3>Other Technical Skills</h3>
<p> <b>Node.js</b>, Ruby on Rails, <b>React.js</b>, Git, Arduino, Figma, REST API, Postman, Selenium, CI/CD pipeline, Linux, Web Development, HTTP, Encryption Software, Agile Methodologies, JIRA</p></p>
</div>
</div>
</div>
<div class="section"id = "connect-container">
<div class ="connect-title">
<div id ="connect-logo">
<h1> Connect </h1>
</div>
</div>
<div class="connect-category">
<div id ="connect">
<p>anikahauser@berkeley.edu |(310) 303-8150 </p>
</div>
</div>
</div>
</div>
<script src="assets/js/script.js"></script>
</body>
</html>