Skip to content
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 Layson-Heaven/Bisaya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions Layson-Heaven/ProfilePage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Profile Page</title>
</head>
<body>
<h1>My Profile</h1>
<br><img class="imageClass" src="asddsa.jpg"/>
<hr><h2>Heaven Layson
<br> <pre>(Master)</pre></h2></hr>
<hr><h2>Personal Information</h2>
<ul>
<li>June 8, 2003</li>
<li>Kislap St. Dona Petra Brgy. Tumana Marikina City</li>
</ul></hr>
<hr><h2>Educational Backround</h2>
<ul>
<li>Went to H.Bautista Elementary School(2009)</li>
<li>Went to Concepcion Integrated School Secondary Level(2015)</li>
<li>Went to Jesus Dela Pena National High School(2019)</li>
</ul></hr>
<hr><h2>Hobbies and Interest</h2>
<ul>
<li>I love playing computer games</li>
<li>I love playing Basket Ball when i was bored</li>
</ul> </hr>
<hr> <h2>Something about my self</h2>
<ul>
<li>I always to sit, back, and, relax at home</li>
<li>I love the things i love</li>
</ul></hr><hr></hr>

<center>
<nav>
<p>

<a href="https://www.instagram.com/heaven_layson/"><button type="button">Instagram</button></a>
<a href="https://twitter.com/ItsHeaven14"><button type="button">Twitter</button></a>
</p>
</nav>
</center>

<table border="1" style="width:100%">

<caption><h1>Table For My Favorite Movies</h1></caption>
<tr>
<td><strong>Movie Title</strong></td>
<td><b>Director</b></td>
<td><b>Year Released</b></td>
</tr>

</thead>
<tbody>
<tr>
<td>Wreck It Ralph</td>
<td>Ralph Joseph S. Daguro</td>
<td>2019</td>
</tr>
<tr>
<td> Mission Impossible</td>
<td>Brad Bird</td>
<td>1996</td>
</tr>
<tr>
<td>Up</td>
<td>Pete Docter</td>
<td>2009</td>
</tr>
<tr>
<td>Resident Evil</td>
<td>Paul W. S. Anderson</td>
<td>2016</td>
</tr>
<tr>
<td>Ice Age*</td>
<td>Mark Christoper Sales</td>
<td>2018</td>
</tr>



</tbody>
<tfoot>
<tr>
<td colspan="3">
<center>* with Awards</center>
</tr>
</tfoot>



</table>
</center>



<section id="Featured Images">
<h2>FEATURED PHOTO</h2>

<img class="imageClass" src="daguro.png"/>
<img class="imageClass" src="Bisaya.png"/>


</section>



</body>
</html>
Binary file added Layson-Heaven/asddsa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Layson-Heaven/daguro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Layson-Heaven/sales.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions Layson-Heaven/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light&display=swap');


*{
font-family: 'Shadows Into Light', cursive;

}
main section {
background-color: #eee;
}

main section:nth-child(odd){
background-color: #eee;
}
main {
display: grid;
grid-template-columns: 30% 30% 30%;
grid-template-rows: 50% 50%;

}

.box1{
/*flex: 1;
order: 1;*/
width: 20%;
}

.box2{
/*flex: 1;
order: 3;*/
width: 30%
}

.box3{
/* flex: 3;
order: 2;*/
width: 40%
}

#featured-images {
display: grid;
grid-template-columns: 100%
grid-row-gap: 40px;
}

.row1 {
text-align:center;
}

body{

background-color: #F3A712;
}

h1{

color: #2978a0;
font-size: 90px;
}

.imageClass {

width: 200px;
height: 200px;
border-radius: 50%;
}

header * {
display: inline;
vertical-align: top;
}

nav p a{
text-decoration: none;
color: black;
padding-right: 20px;
border: blue 0.5px solid;
margin: 5px;
}

nav p a:hover{

border:#2978a0 0.5px solid;
}

nav{
float:left;
position: fixed;
top: 0;
width: 100%;
}

51 changes: 51 additions & 0 deletions Layson-Heaven/temp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
*{
font-family: Times-New-Roman;
}

main section {
background-color: #eee;
}

main section:nth-child(odd){
background-color: #eee;
}
main {
display: flex;
justify-content: space-between;
}

.box1{
flex: 1;
order: 1;
width: 20%;
}

.box2{
flex: 1;
order: 3;
width: 30%
}

.box3{
flex: 3;
order: 2;
width: 40%
}


















Loading