Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first heading #584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions website/templates/first_heading.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
<!-- your html code here -->
<p>Hello, I'm the first_heading.html</p>
<div class ="container-fluid ">
<div class="row p-5 m-3 d-flex justify-content-around" >
<div class="col-md-5 col-sm-8 ">
<h2 class="d-flex">This First Heading&nbsp <p class="text-secondary"> Will Catch Your Eye </p></h2>
<p>Donec ullamcorper nulla non metus auctor fingilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursos magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<div class="col-md-3 col-sm-6 ">
<div>
<img src="assets/img/1.jpg"class="img-fluid rounded-circle" alt="Responsive image">
</div>

</div>
</div>

</div>