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 Palana-John/Andrei.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 Palana-John/Apple.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 Palana-John/chrome.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 Palana-John/jdpnhs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions Palana-John/profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<head>
<title>Profile Page</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>

<header>
<img id="logo" src="jdpnhs.png"/>
<h1>Profile<h1>

</header>
<nav>
<p>
<a href="https://www.facebook.com/andreeeeeeeeeei">Facebook</a>
<a href="https://www.youtube.com/user/theRadBrad">Youtube</a>
<a href="https://www.facebook.com/andreeeeeeeeeei">Facebook</a>
<a href="https://www.youtube.com/user/theRadBrad">Youtbe</a>
</p>
</nav>
<img src="Andrei.jpg">
<h2>

<b>John Andrei Palaña(<ruby><rt>출생 이후 여자 친구가 없다</rt> </ruby>)</b>
</h2>
<hr>
<h3>Personal Information</h3>
<section>
<article>
<p><b>Nickname:</b>Drei</p>
<p><b>Birthday:</b> April 15,2003</p>
<p><b>Adress:</b>#753 Apitong St. Marikina Heights Marikina City</p>
<p><b>Contact Number:</b> 09776885648</p>
</article>
</section>
<section>
<article>
<hr>
<h3>Educational Background</h3>
<p><b>Elementary:</b> Kapitan Moy Elementary School(2009-2015)</p>
<p><b>Highschool:</b> Marikina Heights High School (2015-2019)</p>
<p><b>Senior Highschool:</b> Jesus Dela Peña National High School(2019-2021)</p>
</article>
</section>
<section>
<article>
<hr>
<h3>Hobbies and interest</h3>
<p>I love playing videogames in computer</p>
<p>I spent my wholeday on being glued to phone</p>
<hr>
<h3>Something about my self </h3>
<p>I really want to go in far places while using my bike, but my mother will always there to stop me.</p>
<p>I love Water</p>
</article>
</section>
<footer>
<hr>
<p>&copy; Copyright 2019</p>
</footer>
</body>
</html>
52 changes: 52 additions & 0 deletions Palana-John/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
* {
font-family: "Franklin Gothic";

}
h1 {
color:#1F01B9;
font-size: 75px;
}
h3 {
color: green;
}
b {
color:#00FFFF;
}
img {
border-radius:50%;
width: 150px;
height:150px;
}
#logo{
width: 75px;
height:75px;
}
header *{
display: inline;
vertical-align: top;
}
body {
background-color: black;
}
p {
color:white;
}
nav p a {
text-decoration: none;
padding: 10px;
color: white;
border: #000000 0.5px dotted;
margin:5px;
}
nav p a:hover {
border:#F0FFFF 0.5px dotted;
}
nav {
position: fixed;
background-color:#000000 ;
top: 0;
width: 100%;
}
header {
margin-top: 50px;
}