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
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Activity #3

Activity #3
Binary file added icon.ico
Binary file not shown.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 94 additions & 0 deletions main-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');

body {

font-family: 'Titillium Web', sans-serif;
background: #666666;
height: 120px;
}

#icon {
width: 120px;
height: 120px;
}

header {
display: flex;
align-items: center;
align-content: flex-start;
}

#prof{

width: 30%;

}

header h1 {
font-size: 100px;
color: #AAF683;
}

*{
color: #F1F7EE;
}

blockquote {
color: #051923;
text-align: center;
}

p {
color: black;
}
nav a {

padding: 10px 10px 10px 10px;
text-decoration: none;
color: #E7F59E;
}

nav a:hover {

border: 0.5px #F1F7EE solid
}

nav {
position: fixed;
width: 100;
top: 0;
right: 0;
}

#profile {

border-radius: 50%;
width: 250px;
height: 250px;
border: 4px solid magenta;
}

#somepic{

display: flex;
justify-content: space-around;
}

#somepic img {

border-radius: 50%;
width: 200px;
height: 200px;
border: 2px solid cyan;

}

#educ{

display:flex;
}

footer{
color: #DFD9E2;
float: right;
}
90 changes: 90 additions & 0 deletions profile2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!-- Web Developer: CHRISTIAN GO Date-Written: 11-20-2019-->

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Christian Go" />
<meta name="keywords" content="Christian Go, Personal Website, "/>
<meta name="description" content="I'm Christian Go, student of Jesus Dela Peña National High School
and currently studying HTML CSS language"/>
<meta name="robots" content="index, follow"/>
<!--<meta http-equiv="refresh" content="120; url=redirect.html"/> -->

<title>Christian Go - Profile Web Page</title>

<link rel="icon" href="icon.ico">
<link rel="stylesheet" href= "main-style.css">
</head>
<body>

<div id="wrapper">

<nav>
<p>
<a href="HOME">HOME</a>
<a href="ABOUT">ABOUT</a>
<a href="NEWS">NEWS</a>
<a href="GALLERY">GALLERY</a>
<a href="LOG IN">LOG IN</a>
</p>
</nav>

<header>
<div id="prof">
<img id="icon" src="icon.png" alt="icon"></div>
<div id="prof1">
<h1>My Web Profile</h1> </div>
</header>

<main>
<section>
<center> <img id="profile" src="profimg.jpg" alt="profile">
<h1> Christian Harrel Go </h1> </center>
</section>

<article>
<blockquote cite= "The One Subject You Really Need to Study: Your Own Childhood"> From our experiences, we will then acquire expectations, internal ‘scripts’ and patterns of behaviour that we play out unknowingly across adulthood. </blockquote>
</article> <hr>

<section>
<h3><ins>Educational Background</ins></h3>
</section>

<article id="educ">
<div>
<h4>Primary Education</h4>
<p>Leodegario Victorino Elementary School</p> </div> <hr>
<div>
<h4>Secondary Education</h4>
<p>Jesus Dela Peña National High School</p> </div> <hr>
<div>
<h4>Senior High School</h4>
<p>Jesus Dela Peña National High School</p> </div>
</article> <hr>

<section>
<h3><ins>Background About Me</ins></h3>
</section>

<article>
<p>I'm Christian Harrel Yturzaita. Go, you can call me Harrel, Tian and Go (but calling me with my surname is really really irritating but its fine i'm used to it). I was born on November 12, 2002.<br> I was created by Michael B. Go (Father) and Arlene Y. Go (Mother). I was created by him but didn't wrote any, he just created a file and done nothing. My mother wrote all the text inside my file. <br> I'm the eldest child in our family I have 2 sibblings, Louise Martin Y. Go a grade 10 student and Rich David Y. Go a Grade 7 student, we are enrolled in the same school. <br> I Currently live at #86-c Malvar Ext. J. Dela Pena Marikina City. If you are planning to visit our house, I suggest that to tell me first so I can prepare some fried mouse of china for you mah friend I can also make siopao catsado and siomai dog's meat.
</p>
</article>

<hr>
<section><h3><ins>Featured Photos</ins></h3>
</section>

<article id="somepic">
<img src="sub4.jpg" alt="somepic">
<img src="sub1.jpg" alt="somepic">
<img src="sub3.jpg" alt="somepic">
</article>
<br>

<footer> © 2019 Go, Christian</center></footer>
</div>
</body>
</main>
</html>

Binary file added profimg.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 sub1.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 sub3.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 sub4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.