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

</head>
<body>
<body style="background-color: #f2cee6">
<header>
<img class="imageClass" id="ho" src="un.jpg">
<center><font size= "7"><h1>User Profile</h1></font></center> </header>
<center><img class="imageClass" id="hi" src="panget.jpg"> </center>
<center><q> Everything will rot away omo</q></center>
</header>
<nav>
<p>
<a href="https://facebook.com/paincakewentz">Facebook</a>
<a href="https://youtube.com/Annie.sprouse">Youtube</a>
<a href="https://instagr.am/Annie_Andrea24">Instagram</a>
<a href="https://twitter.com/Annie_Andrea24">Twitter</a> </nav> </p>

<font size="6"><h2>Personal Information</h2></font>
<hr>
<section><article>
<font size="5"><h3>Name </h3></font>
<font size="5"><p>Sophia Andrea D.G Borromeo(<ruby>소피아</ruby>)</p></font>
<font size="3"><p>Nickname:Sophie,Pia,Iya,Annie</p></font>
<font size="5"><p>Age: 16</p></font>

<font size="5"><p>Birthday:March 08,2003</p></font>
<font size="5"><p>Address: 101 Boni. Ave.Barangka,Marikina City.</p></font> </section> </article>
<hr>
<section><article>
<font size="5"><p>Educational Background:
<br> Primary Education:
<br> Barangka Elementary School
<br> Date Graduated: 2014 </p>
<hr>
<font size="5"> <p> Secondary Education:
<br> Sta. Elena Highschool
<br> Date Graduated: 2019 </p> </font>

<hr>
<font size="5"><p>Hobbies: Sleeping,Eating,Playing instruments,games,reading books,surfing in social media.</p></font>
<font size="5"><p>Favourite Color: Black,Red</p></font>
<font size="5"><p>Favourite Bands: Green Day, My Chemical Romance, Fall Out Boy, Panic! At the Disco, Bita and the Botflies,IDKHBTM,IVOS</p></font>
<font size="5"><p>Favourite Food: Spaghetti,Chicken,Pininyahang manacc,anakin.</p></font> </section> </article>
<hr>

<section> <article>
<font size="6"><h4>Something about myself:</h4></font>
<font size="5"><p>I'm a female.Well I usually argue with people. I love playing rhytm games such as Osu! and Action games, Stories. I watch anime as well. I love spaghetti.</p></font> </section> </article>

<hr>



</body>
</html>
51 changes: 51 additions & 0 deletions activity_2-master/activity_2-master/Borromeo-Sophia/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
* {
font-family:"Ink Free regular";
}

h1{

color: yellow;
}

header * {

display: inline;
}




#hi {

height:150;
width:150;
}

#ho{

height: 50px;
width: 50px;
}
.imageClass {
height: 300px;
width: 250px;
border-radius:50%;
}

nav p a {
text-decoration:none;
padding: 20px;
border: #ffffff 0.5px solid;
}

nav p a:hover {

border:#1F271B 0.5px solid;
}

nav{
background-color: #E0F2E9;
position:fixed;
top: 0;
width:100%;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.