-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,35 +140,30 @@ <h2>Congue imperdiet</h2> | |
</div> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<section> | ||
<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="aboutMe.html" class="button">Learn More</a></li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h2>Etiam feugiat</h2> | ||
<dl class="alt"> | ||
<dt>Address</dt> | ||
<dd>1234 Somewhere Road • Nashville, TN 00000 • USA</dd> | ||
<dt>Phone</dt> | ||
<dd>(000) 000-0000 x 0000</dd> | ||
<dt>Email</dt> | ||
<dd><a href="#">[email protected]</a></dd> | ||
</dl> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li> | ||
<li><a href="#" class="icon brands fa-dribbble alt"><span class="label">Dribbble</span></a></li> | ||
</ul> | ||
</section> | ||
<p class="copyright">© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p> | ||
</footer> | ||
|
||
<footer id="footer"> | ||
<section> | ||
<h2>Yehyeon Cho</h2> | ||
<h3>Preferred Name: Evelyn</h3> | ||
<p>2nd Year Computer Science Student at University of California, Los Angeles</p> | ||
<ul class="actions"> | ||
<li><a href="#" class="button">Learn More</a></li> | ||
</ul> | ||
</section> | ||
<section> | ||
<h2>Contact info</h2> | ||
<dl class="alt"> | ||
<dt>Address</dt> | ||
<dd>Los Angeles, CA • USA</dd> | ||
<dt>Email</dt> | ||
<dd><a href="#">[email protected]</a></dd> | ||
</dl> | ||
<ul class="icons"> | ||
<li><a href="https://github.com/ycho1908" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li> | ||
<li><a href="https://www.linkedin.com/in/yehyeon-cho/" class="icon brands fa-linkedin alt"><span class="label">LinkedIn</span></a></li> | ||
</ul> | ||
</section> | ||
<p class="copyright">© echo.evelyn. Design: <a href="https://html5up.net">HTML5 UP</a>.</p> | ||
</footer> | ||
</div> | ||
|
||
<!-- Scripts --> | ||
|