In: Computer Science
“Pick any website that is interesting for you and choose two objects which are there. Write the part of code in how they are implementedFor example, I picked SEU website and I chose (Saudi Electronic University Copyrights) where is in the bottom of the first webpage. This is done by writing <footer> ...</footer> element”
The website choosen is : Saudi Electronic University
Link : https://www.seu.edu.sa/sites/en/Pages/main.aspx
Calendar implementation:
<div class="row"><!-- calendar -->
<div class="col-xs-12">
<h3 class="calender_h3">
Calendar<a href="/sites/en/Pages/allcalendar.aspx" role="button"
class="btn btn-default btn-xs pull-left more">
more<span class="glyphicon
glyphicon-plus"></span></a>
</h3></div>
</div>
The complete footer class:
<footer class="row">
<div
class="footer-contacts-container">
<div
class="container">
<div
class="row footer-contacts">
<div class="col-md-3 pull-right hidden-xs
hidden-sm">
<a
href="https://www.seu.edu.sa/sites/en/AboutSEU/Pages/Location.aspx"
target="_blank"><img
src="/sites/ar/PublishingImages/icon/map4.png" />
<h4>How to connect us</h4></a>
</div>
<div class="col-xs-4 col-md-3 pull-right">
<div class="copyrights">
<p><small>Saudi Electronic University
Copyrights</small></p>
</div><!--row-->
</footer>