Skip to content

Commit

Permalink
footer edited
Browse files Browse the repository at this point in the history
  • Loading branch information
ycho1908 committed Jul 25, 2024
1 parent d97e4a1 commit d0e6e35
Showing 1 changed file with 24 additions and 29 deletions.
53 changes: 24 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 &bull; Nashville, TN 00000 &bull; 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">&copy; 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 &bull; 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">&copy; echo.evelyn. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>

<!-- Scripts -->
Expand Down

0 comments on commit d0e6e35

Please sign in to comment.