Skip to content

Commit 10d0ff5

Browse files
committed
Update style
1 parent a2fadab commit 10d0ff5

3 files changed

Lines changed: 35 additions & 51 deletions

File tree

‎img/uber-logo.png‎

36.3 KB
Loading

‎index.html‎

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
45
<link href="style.css" rel="stylesheet" type="text/css"/>
56
<link rel="icon" href="img/favicon.png">
67
<title>Alexa Greenberg</title>
78
</head>
89
<body>
910

10-
<div class="row">
11-
<div class="leftcolumn">
11+
<div class="row justify-content-center" style="margin:50px">
12+
<div class="col-lg-4" style="margin-bottom:50px">
1213
<h1>Hey, I'm Alexa!</h1>
13-
<h3>I'm a machine learning engineer who is passionate about robotics, computer vision, and social impact.</h3>
14-
<div><img src="img/profile.jpg" style="width:300px"></div>
14+
I'm a machine learning engineer who is passionate about robotics, computer vision, and social impact.
15+
<div><img src="img/profile.jpg" style="width:300px;margin-top:20px;margin-bottom:20px;"></div>
1516
<a href="https://www.linkedin.com/in/alexa-greenberg">
1617
<img src="img/linkedin.png" alt="LinkedIn" class="icon">
1718
</a>
@@ -20,58 +21,60 @@ <h3>I'm a machine learning engineer who is passionate about robotics, computer v
2021
</a>
2122
</div>
2223

23-
<div class="rightcolumn">
24-
<table>
24+
<div class="col-lg-5">
25+
<div class="table">
26+
<table class="table">
2527
<h1>Experience</h1>
2628
<tr>
27-
<td><h2>
28-
<img src="img/uber-logo.png" class="logo" style="opacity:0.5">
29-
Uber ATG (Self-Driving)</h2>
29+
<td class="td-company"><b>
30+
<img src="img/uber-logo.png" class="logo">
31+
Uber ATG (Self-Driving)</b></br>
3032
Senior Autonomy Engineer</td>
31-
<td>November 2019 - Present</br>
33+
<td class="td-date">Nov 2019 - Present</br>
3234
San Francisco, CA</td>
3335
</tr>
3436
<tr>
35-
<td><h2>
37+
<td class="td-company"><b>
3638
<img src="img/x-logo.png" class="logo">
37-
Google X (Robotics)</h2>
39+
Google X (Robotics)</b></br>
3840
Senior Machine Learning Engineer</td>
39-
<td>May 2017 - May 2019</br>
41+
<td class="td-date">May 2017 - May 2019</br>
4042
Mountain View, CA</td>
4143
</tr>
4244
<tr>
43-
<td><h2>
45+
<td class="td-company"><b>
4446
<img src="img/google-logo.jpg" class="logo">
45-
Google (Applied Machine Intelligence)</h2>
47+
Google (Applied Machine Intelligence)</b></br>
4648
Machine Learning Resident</td>
47-
<td>October 2016 - April 2017</br>
49+
<td class="td-date">Oct 2016 - Apr 2017</br>
4850
Mountain View, CA</td>
4951
</tr>
5052
<tr>
51-
<td><h2>
53+
<td class="td-company"><b>
5254
<img src="img/gboard-logo.png" class="logo">
53-
Google (Gboard)</h2>
55+
Google (Gboard)</b></br>
5456
Software Engineer</td>
55-
<td>November 2015 - May 2017</br>
57+
<td class="td-date">Nov 2015 - May 2017</br>
5658
Mountain View, CA</td>
5759
</tr>
5860
<tr>
59-
<td><h2>
61+
<td class="td-company"><b>
6062
<img src="img/google-logo.jpg" class="logo">
61-
Google (Search)</h2>
63+
Google (Search)</b></br>
6264
Software Engineer</td>
63-
<td>September 2014 - November 2015</br>
65+
<td class="td-date">Sep 2014 - Nov 2015</br>
6466
Mountain View, CA</td>
6567
</tr>
6668
<tr>
67-
<td><h2>
69+
<td class="td-company"><b>
6870
<img src="img/epic-logo.png" class="logo">
69-
Epic</h2>
71+
Epic</b></br>
7072
Software Engineer Intern</td>
71-
<td>May 2013 - August 2013</br>
73+
<td class="td-date">May 2013 - Aug 2013</br>
7274
Verona, WI</td>
7375
</tr>
7476
</table>
77+
</div>
7578
</div>
7679
</div>
7780

‎style.css‎

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
font-weight: normal;
1919
font-style: normal;
2020
}
21-
2221
@font-face {
2322
font-family: 'adelle_rgregular';
2423
src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
@@ -32,45 +31,27 @@
3231

3332
body {
3433
font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
34+
/*font-size: 18px;*/
3535
}
36+
3637
h1 {
3738
font-family: 'proxima_nova_rgbold', Helvetica, Arial, sans-serif;
3839
}
3940

4041
td {
41-
padding: 10px;
42-
}
43-
44-
.leftcolumn {
45-
float: left;
46-
width: 300px;
47-
padding: 50px;
48-
padding-right: 80px;
49-
}
50-
51-
.rightcolumn {
52-
float: left;
53-
/*width: 500px;*/
54-
padding: 50px;
55-
}
56-
57-
@media (max-width: 900px) {
58-
.leftcolumn, .rightcolumn{
59-
width: 90%;
60-
}
42+
padding-bottom: 15px;
6143
}
6244

6345
.logo {
6446
width: 20px;
6547
height: 20px;
66-
padding-right: 5px;
67-
-webkit-filter: grayscale(100%);
68-
filter: grayscale(100%);
48+
margin-top: -5px;
49+
margin-right: 3px;
6950
}
7051

7152
.icon {
72-
width: 20px;
73-
height: 20px;
53+
width: 40px;
54+
height: 40px;
7455
opacity: 0.75;
7556
padding: 10px;
7657

0 commit comments

Comments
 (0)