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

TagLine Finalizado #635

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added central-park.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions website/templates/tagline.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!-- your html code here -->
<!-- Also called a hero image or a jumbotron before bootstrap 5. This might be helpful: https://getbootstrap.com/docs/5.1/examples/jumbotron/ -->
<p>Hello, I'm the tagline and I was loaded using ajax from templates/tagline.html</p>
<div class="container-fluid">
<div class="card text-bg-dark">
<img src="/central-park.jpg" class="img-fluid" alt="Central Park" title="One Page Wonder">
<div class="card-img-overlay p-5">
<h2 class="p-t-2 mb-3 text-center card-title display-1 fw-bold bg-light">One Page Wonder</h2>
<h3 class="p-1 mb-3 text-center display-3 fw-medium bg-light">Will Knock Your Socks Off</h3>
</div>
</div>
</div>