Skip to content

Commit

Permalink
changed AboutMe page
Browse files Browse the repository at this point in the history
  • Loading branch information
ycho1908 committed Jul 25, 2024
1 parent 64219f7 commit d97e4a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions aboutMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<html>
<head>
<title>More about my journey at UCLA</title>
<title>About Me</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
Expand All @@ -19,7 +19,7 @@

<!-- Header -->
<header id="header">
<h1>More about my involvement at UCLA</h1>
<h1>About Me</h1>
<p>Second Year Computer Science Student</p>
</header>

Expand All @@ -29,7 +29,7 @@ <h1>More about my involvement at UCLA</h1>
<!-- Content -->
<section id="content" class="main">
<!-- <span class="image main"><img src="images/pic04.jpg" alt="" /></span> -->
<h1>Club Activities</h1>
<h1>More about my involvement at UCLA</h1>
<h2>Society of Women Engineers - <em>Student Relations Director</em></h2>
<h3>Oct 2023 - Current</h3>
<p><em>Part of the board member, leading Internal Affairs Committee along with Internal Vice President</em><br/>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Dolor nullam</h3>
</ul>
<footer class="major">
<ul class="actions special">
<li><a href="generic.html" class="button">Learn More</a></li>
<li><a href="aboutMe.html" class="button">Learn More</a></li>
</ul>
</footer>
</section>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h2>Ipsum consequat</h2>
<p class="content">Nam elementum nisl et mi a commodo porttitor. Morbi sit amet nisl eu arcu faucibus hendrerit vel a risus. Nam a orci mi, elementum ac arcu sit amet, fermentum pellentesque et purus. Integer maximus varius lorem, sed convallis diam accumsan sed. Etiam porttitor placerat sapien, sed eleifend a enim pulvinar faucibus semper quis ut arcu. Ut non nisl a mollis est efficitur vestibulum. Integer eget purus nec nulla mattis et accumsan ut magna libero. Morbi auctor iaculis porttitor. Sed ut magna ac risus et hendrerit scelerisque. Praesent eleifend lacus in lectus aliquam porta. Cras eu ornare dui curabitur lacinia.</p>
<footer class="major">
<ul class="actions special">
<li><a href="generic.html" class="button">Learn More</a></li>
<li><a href="aboutMe.html" class="button">Learn More</a></li>
</ul>
</footer>
</section>
Expand All @@ -131,8 +131,8 @@ <h2>Congue imperdiet</h2>
</header>
<footer class="major">
<ul class="actions special">
<li><a href="generic.html" class="button primary">Get Started</a></li>
<li><a href="generic.html" class="button">Learn More</a></li>
<li><a href="aboutMe.html" class="button primary">Get Started</a></li>
<li><a href="aboutMe.html" class="button">Learn More</a></li>
</ul>
</footer>
</section>
Expand All @@ -145,7 +145,7 @@ <h2>Congue imperdiet</h2>
<h2>Aliquam sed mauris</h2>
<p>Sed lorem ipsum dolor sit amet et nullam consequat feugiat consequat magna adipiscing tempus etiam dolore veroeros. eget dapibus mauris. Cras aliquet, nisl ut viverra sollicitudin, ligula erat egestas velit, vitae tincidunt odio.</p>
<ul class="actions">
<li><a href="generic.html" class="button">Learn More</a></li>
<li><a href="aboutMe.html" class="button">Learn More</a></li>
</ul>
</section>
<section>
Expand Down

0 comments on commit d97e4a1

Please sign in to comment.