Skip to content
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
58 changes: 55 additions & 3 deletions website/templates/tagline.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
<!-- 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>
<!-- your html code here Julio Araya -->


<div class="bg-img" style="background: url('https://s2.best-wallpaper.net/wallpaper/3840x2160/1711/New-York-city-skyscrapers-river-USA-dusk_3840x2160.jpg')
center/cover no-repeat; height: 400px;">

<style>

.hero {

height: auto;
padding-top: 50px;
position: relative;
margin: 0px;

}


.titulo {
background: white;
font-size: 80px;
opacity: 0.8;
color: black;
font-weight: 700;






}
.subtitulo {
background: white;
font-size: 30px;
opacity: 0.8;
color: black;

}
</style>



<div class="hero d-flex align-items-center text-center">
<div class="container-fluid">

<!-- Franja 1 -->
<div class="titulo w-100 py-3">
One Page Wonder
</div>

<div class="subtitulo w-100 py-2 mt-3">
Will Knock Your Socks Off
</div>

</div>