Skip to content

Commit

Permalink
finished rewriting about me paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianzlettuce committed Nov 2, 2023
1 parent 42be050 commit 45b8ce9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions about-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ body{
color: var(--yellow);
}

#email-link {
color: var(--magenta);
font-weight: bold;
}
#email-link:hover {
color: var(--yellow);
}

#toilet-model {
display: none;
}
Expand Down
11 changes: 5 additions & 6 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
<div class="section about">
<div class="about-container-1">
<h4 class="about-title">About</h4>
<p>Hello — I’m Lilian! I'm a student currently studying Computer Science at Purdue University, and I like making things, especially when it involves weird games and fun stuff.
<br><br>In particular, I'm interested in the realms of mixed reality, web based solutions, human-computer interaction, and game dev. I'm familiar with building applications end-to-end with open-source tools, UI/UX design, and 3D modeling/CAD.
<br><br> web development, but I am also proficient in Java and have some experience with building mobile applications.
<br><br>I've thought a lot about the intersection between tech, society, and design, and I firmly believe in the value of building interactive experiences, whether it be for artistic or practical purposes, or somewhere in between.
<br><br> When I am not drowning in schoolwork, I enjoy reading webcomics, spending way too much time trying to animate things, staring out the window, sitting, and reminding people of the inevitable heat death of the universe.
<br><br> Feel free to email me at <a href="mailto:[email protected]">[email protected]</a> if you would like to reach out or chat. I'm always open to exploring new learning opportunities!</p>
<p>Hello — I’m Lilian! I'm a student currently studying Computer Science at Purdue University, and I like making things, especially when it involves mixed reality, web based solutions, human-computer interaction, and game dev.
<br><br>I'm familiar with building applications end-to-end with open-source tools, UI/UX design, digital illustration, and 3D modeling/CAD, although there's always an infinite number of things I have no idea how to do in each of these disciplines.
<!--<br><br>I think a lot about the intersection between tech, society, and design, and I firmly believe in the value of building interactive experiences, whether it be for artistic or practical purposes.
--><br><br> When I am not drowning in schoolwork, I enjoy reading webcomics, spending way too much time trying to animate things, staring out the window, sitting, and reminding people of the inevitable heat death of the universe.
<br><br> Feel free to email me at <a href="mailto:[email protected]" id="email-link">[email protected]</a> if you would like to reach out or chat. I'm always open to exploring new learning opportunities!</p>
</div>
<div class="about-container-2">
<div id="icon-box">
Expand Down

0 comments on commit 45b8ce9

Please sign in to comment.