Skip to content

Commit 9e9663f

Browse files
committed
content updated on about page
1 parent 095e0f4 commit 9e9663f

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

about.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,27 @@ <h1> NEW YORK </h1>
7373
<p> such as the Empire State Building and </p>
7474
<p> Broadway theater is staged in</p>
7575
</a>
76+
<a class="photo" title="Mountains"><img src="assets/beauty.jpg" alt="Mountains"/></a>
7677
<a class="photo" title="choir"><img src="assets/choir.jpg" alt="Lake" title="Lake" /></a>
77-
<a class="photo" title="Mountains"><img src="assets/beauty.jpg" alt="Mountains"/></a>
7878
<a class="index-card">
79-
<h1> NEW YORK </h1>
80-
<p> New York City comprises 5 boroughs sitting</p>
81-
<p> meets the Atlantic Ocean. At its core is </p>
82-
<p> populated borough that’s among the world’s</p>
83-
<p> financial and cultural centers. Its iconic</p>
84-
<p> such as the Empire State Building and </p>
85-
<p> Broadway theater is staged in</p>
79+
<h1> Work experience </h1>
80+
<p> Future Microsoft Intern (Summer 2017)</p>
81+
<p> Bloomberg Mortgage Applications Intern (Summer 2016) </p>
82+
<p> Web Developer at Lehigh University (work study)</p>
83+
<p> Bloomberg Mobile Development Intern- (Summer 2015) </p>
84+
<p> Bloomberg Multi-Asset Risk System Intern (HS Senior Year)</p>
85+
<p> Morgan Stanley Infrastructure Intern (Summer 2014)</p>
8686
</a>
8787
<a class="photo" title="CRANES IN THE SKY"><img src="assets/painting.jpg" alt="Forest"/></a>
8888
<a class="photo" title="Stars"><img src="assets/stars.jpg" alt="Coast Valley"/></a>
8989
<a class="photo" title="SUMMER IN DC"><img src="assets/me3.jpg" alt="Coast Valley"/></a>
9090
<a class="index-card">
91-
<h1> NEW YORK </h1>
92-
<p> New York City comprises 5 boroughs sitting</p>
93-
<p> meets the Atlantic Ocean. At its core is </p>
94-
<p> populated borough that’s among the world’s</p>
95-
<p> financial and cultural centers. Its iconic</p>
96-
<p> such as the Empire State Building and </p>
97-
<p> Broadway theater is staged in</p>
91+
<h1> Interests </h1>
92+
<p> Software enginnering, webdev, web design</p>
93+
<p> excellent cook, eating in progress</p>
94+
<p> people, a thoughtful extrovert</p>
95+
<p> edtech, human interaction, diversity</p>
96+
<p> philosophy, meditation, writing </p>
9897
</a>
9998

10099
</div>

css/about.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
html, body {
2+
background: tomato;
3+
}
14
.about {
25
display: flex;
36
align-items: center;
47
justify-content: center;
5-
background-color: tomato;
68
position: relative;
79
overflow: hidden;
8-
padding: 2em;
910
}
1011

1112
/* entire container, keeps perspective */
@@ -178,21 +179,18 @@
178179
display: flex;
179180
flex-direction: column;
180181
justify-content: space-around;
181-
max-width: 50vh;
182-
max-height: 30vh;
183-
width: 50%;
184-
height: 30%;
185182
}
186183
.index-card h1 {
187184
border-bottom: 1px solid red;
188185
text-align: left;
189186
font-family: 'Kalam', cursive;
190-
font-size: medium;
187+
font-size: 2vh;
188+
text-transform: uppercase;
191189
}
192190
.index-card p {
193191
border-bottom: 1px solid skyblue;
194192
text-align: left;
195-
font-size: 2vh;
193+
font-size: 1.5vh;
196194
font-family: 'Kalam', cursive;
197195

198196
}

0 commit comments

Comments
 (0)