Skip to content

Instantly share code, notes, and snippets.

@de-sh
Created January 11, 2019 19:37
Show Gist options
  • Save de-sh/5ed34e8c99f1b2873b4b2a951117754d to your computer and use it in GitHub Desktop.
Save de-sh/5ed34e8c99f1b2873b4b2a951117754d to your computer and use it in GitHub Desktop.
This will take styles later
<header>
<div class="holder">
<div class="col-centred">
<img class="logo" src="./img/IEEEMEC-Final.png" alt="IEEE SB | MEC">
</div>
<div class="col-centred">
<h1>IEEE Student Branch</h1>
<h2>Govt. Model Engineering College, Kochi</h2>
</div>
<div class="col-centred">
Coming Soon
</div>
</div>
</header>
<section class="mec-logo">
<img src="./img/MEC.png" alt="Model Engineering College, Kochi">
</section>
<footer>
<div class="holder">
<img src="./img/IEEE.png" alt="Institute of Electrical and Electronics Engineers">
</div>
</footer>
@de-sh
Copy link
Author

de-sh commented Jan 11, 2019

  • The task is to make use of these file structures provided and to research what is done on Devs with the placement of content within the header.
  • Also make use of the design with respect to the placement of the MEC logo at the footer section here. Make use of a similar structure here.
  • Add social media links like on Devs

Extra details

  • Also give emphasis to making it more responsive.
  • Do not use bootstrap or any other style library for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment