-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
213 lines (180 loc) · 7.48 KB
/
index.html
File metadata and controls
213 lines (180 loc) · 7.48 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<title>Rebecca Bui</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script type="text/javascript" src="scripts/script.js"></script>
</head>
<body>
<div id="header">
<div id="name"><p class="h-name" >REBECCA BUI</p></div>
<div id="navbar">
<nav>
<button id="dropdownbtn"><i class="down"></i></button>
<br>
<div id="dropdown" class="dropdown-hide">
<a href="#projects">PROJECTS</a>
<a href="#education">EDUCATION</a>
<a href="#experience">EXPERIENCE</a>
</div>
</nav>
</div>
</div>
<!-- Add Carosel -->
<!--Introductory Banner -->
<div id="about" class=" jumbotron jumbotron-fluid">
<div class="container">
<div class="row">
<div class="col-sm-6" >
<div class="profile-container">
<div class="left menu mb-0">
<span class="dot" style="background:#ED594A;"></span>
<span class="dot" style="background:#FDD800;"></span>
<span class="dot" style="background:#5AC05A;"></span>
</div>
<div class="img-back mb-3">
<img class="profile" src="img/profile-img.jpg" alt="Avatar">
</div>
</div>
</div>
<div class="col-sm-6">
<div class="left menu mb-0">
<span class="dot" style="background:#ED594A;"></span>
<span class="dot" style="background:#FDD800;"></span>
<span class="dot" style="background:#5AC05A;"></span>
</div>
<div class="code">
<p class="code-text">$ Hello World!
<br> $ My name is Rebecca Bui
<br> $ I am a recent graduate and software developer
<br> $ I'm always updating
<br> $ Thank you for taking the time to visit!
<br> $
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Project Showcase -->
<div id="projects" class="container container-fluid">
<p class="h-name">PROJECTS</p>
<div class="line"> </div>
<div class="row">
<div class="card col-sm-4" >
<img class="card-img-top" src="img/plant.png" alt="Card image cap">
<div class="light-line"> </div>
<div class="card-body">
<h5 class="card-title">California Houseplant Guide</h5>
<p class="card-text"> A group project where we created an interactive data visualization to used to assist first-time buyers on what type of houseplant is ideal for their living situation.</p>
<a target="_blank" href="https://rubui.github.io/CMPS165_Final_Project/graph.html" class="btn btn-primary"> View</a>
</div>
</div>
<div class="card col-sm-4" >
<img class="card-img-top" src="img/tsr.png" alt="Card image cap">
<div class="card-body">
<div class="light-line"> </div>
<p class="card-title">TSR Assistant</p>
<p class="card-text">An addition to GrepThink that allows for teaching staff to more easily view feedback from group members via dashboard.</p>
<a target="_blank" href="https://github.com/rubui/tsrassistant" class="btn btn-primary"> View </a>
</div>
</div>
<div class="card col-sm-4" >
<img class="card-img-top" src="img/receipt.png" alt="Card image cap">
<div class="light-line"> </div>
<div class="card-body">
<h5 class="card-title">Receipt Scanner</h5>
<p class="card-text">A group project where we created a program that extracts text from photos of receipts to aggregate data on spending habits and trends of a household.</p>
<a target="_blank" href="https://github.com/rubui/receiptapp" class="btn btn-primary"> View</a>
</div>
</div>
</div>
<!-- Education -->
<div class="container section" id="education">
<p class="h-name">EDUCATION</p>
<div class="line"> </div>
<div class="tflex">
<div class="img-col">
<a target="_blank" href="https://www.ucsc.edu/"><img class="section-img"src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/The_University_of_California_1868_UCSC.svg/225px-The_University_of_California_1868_UCSC.svg.png">
</div>
</a>
<div class="info-col">
<p class="h2-name">University of California, Santa Cruz</p>
<p class="h3-name"> Bachelor's of Science, Computer Science</p>
<p class="h3-name">Minor in Applied Mathematics</p>
<br>
<p class="h2-name">Relevant Coursework</p>
<ul>
<li>Data Structures</li>
<li>Computer Systems & Assembly Language</li>
<li>Abstract Data Types</li>
<li>Computer Architecture</li>
<li>Operating Systems</li>
<li>Analysis of Algorithms</li>
<li>Comparative Programming Languages</li>
<li>Computational Models</li>
<li>Introduction to Software Engineering</li>
<li>Database Systems I & II</li>
<li>Data Programming for Visualization</li>
<li>Data Wrangling and Web Scraping</li>
<li>Probability and Statistics</li>
<li>Introduction to Dynamical Systems</li>
<li>Classical and Bayesian Inference</li>
<li>Computational Methods and Applications</li>
<li>Graph Theory</li>
<li>Advanced Programming</li>
<li>Partial Differential Equations</li>
<li>Introduction to Computer Graphics: 3D Modeling</li>
</ul>
</div>
<div class="dateloc-col">
<p class="h3-name"> 09/2015 - 06/2019</p>
<p class="h3-name">Santa Cruz, CA</p>
</div>
</div>
</div>
<!-- Experience -->
<div id="experience" class="container section">
<p class="h-name">EXPERIENCE</p>
<div class="line"> </div>
<div class = "tflex ">
<div class="img-col">
<a target="_blank" href="https://its.ucsc.edu/resnet/"><img class="section-img"src="https://static.wixstatic.com/media/abb786_958981bca4eb47249b37c08f7e43be26~mv2_d_3264_2352_s_2.png"></a>
</div>
<div class="experience-section info-col">
<p class="h2-name">Residential Network</p>
<p class="h3-name">Student Technical Support Specialist</p>
<br>
<p> Responsible for assisting students and staff with issues involving on-campus networking and software on their personal device. Additionally, created and maintained documentation on various processes and issues as they arose. </p>
</div>
<div class="dateloc-col">
<p class="h3-name"> 09/2015 - 06/2019</p>
<p class="h3-name">Santa Cruz, CA</p>
</div>
</div>
<div class="tflex">
<div class="img-col">
<a target="_blank" href="https://galileo-camps.com/"><img class="section-img"src="https://yt3.ggpht.com/a/AGF-l7-zhwaAZ__fl6YRaPVYa1G3jjlN4QrNantR1g=s900-c-k-c0xffffffff-no-rj-mo">
</a>
</div>
<div class="info-col experience-section">
<p class="h2-name">Galileo Summer Quest</p>
<p class="h3-name">Assistant Instructor</p>
<br>
<p > Was an assistant instructor for go-karts and 3D printing. Assisted students ranging from Elementary to Middle school. Reviewed given lesson plan to create and present demos to students on basic concepts in 3D modeling. </p>
</div>
<div class="dateloc-col">
<p class="h3-name"> Summer 2017 - 2018</p>
<p class="h3-name">San Jose, CA</p>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>