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

Jenipher #570

Open
wants to merge 11 commits 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
56 changes: 54 additions & 2 deletions website/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
body{
background: #BDBDBD;
}

background: rgb(255, 255, 255);
}
.gris{
color: gray;
}
img{

border-radius:100%;
width: 300px;
height: 300px;
float: right;


}
.col-8{
margin-left: 60px;
margin-right: 50px;
}
h1{
font-size: 45px;
}
p{
text-align: justify;
}
.container-fluid{
align-content: space-evenly;

background: #fffefe;
}

.Wonder{
font-size: 650%;
font-style: normal;

}

.Will{
font-size: 400%;
}

.ciudad{
background: no-repeat center/120% url('../img/bg.jpg');
z-index: 100;
}

.height{
height: 600px;
}

.fila{
display: flex;

}
31 changes: 29 additions & 2 deletions website/templates/first_heading.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
<!-- your html code here -->
<p>Hello, I'm the first_heading.html</p>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>first heading </title>
</head>
<body>
<div class="container-fluid" >
<div class="row d-flex">
<div class="col-8">
<h1>This First Headinf <span class="gris">Will Catch Your Eye</span></h1>
<P>Donec ullamcoper nulla non metus auctor fringilla. Vestibulom id ligulaporta felis <br>
euismod semper. Preaesent commodo cursos maga,vel scelerisque nisl <br> consentetur. Fucse dapibus, tellus ac cursus commodo.
</P>
</div>
<div class="col-2">
<img src="/website/assets/img/1.jpg" alt="Senor">
</div>
</div>


</div>
</body>
</html>
<!-- your html code here
<p>Hello, I'm the first_heading.html im yolii</p>
-->

1 change: 0 additions & 1 deletion website/templates/portfolio.html
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<!-- your html code here -->
<p>Hello, I'm the portfolio.html</p>
14 changes: 13 additions & 1 deletion website/templates/tagline.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!-- 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>
<div class="container height ciudad">
<br/>
<br/>
<div class="row m-2 mb-2 bg-white text-dark text-center fila">
<p class="display-1 fw-bold Wonder">One Page Wonder</p>
</div>
<div class="row m-2 mb-2 bg-white text-dark text-center">
<p class="display-3 Will">Will Knock Your Socks Off.</p>
</div>
</div>
</div>
<br/>