diff --git a/README b/README index 7ef9b09..036cf72 100644 --- a/README +++ b/README @@ -1,2 +1,2 @@ -Activity #3 - +Activity #3 + diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..442ca62 Binary files /dev/null and b/icon.ico differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..daa2315 Binary files /dev/null and b/icon.png differ diff --git a/main-style.css b/main-style.css new file mode 100644 index 0000000..74a803c --- /dev/null +++ b/main-style.css @@ -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; +} \ No newline at end of file diff --git a/profile2.html b/profile2.html new file mode 100644 index 0000000..e76f1c8 --- /dev/null +++ b/profile2.html @@ -0,0 +1,90 @@ + + + + + + + + + + + + Christian Go - Profile Web Page + + + + + + +
+ + + +
+
+ icon
+
+

My Web Profile

+
+ +
+
+
profile +

Christian Harrel Go

+
+ +
+
From our experiences, we will then acquire expectations, internal ‘scripts’ and patterns of behaviour that we play out unknowingly across adulthood.
+

+ +
+

Educational Background

+
+ +
+
+

Primary Education

+

Leodegario Victorino Elementary School


+
+

Secondary Education

+

Jesus Dela Peña National High School


+
+

Senior High School

+

Jesus Dela Peña National High School

+

+ +
+

Background About Me

+
+ +
+

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.
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.
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.
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. +

+
+ +
+

Featured Photos

+
+ +
+ somepic + somepic + somepic +
+
+ + +
+ + + + diff --git a/profimg.jpg b/profimg.jpg new file mode 100644 index 0000000..e8cab32 Binary files /dev/null and b/profimg.jpg differ diff --git a/sub1.jpg b/sub1.jpg new file mode 100644 index 0000000..6a3fdce Binary files /dev/null and b/sub1.jpg differ diff --git a/sub3.jpg b/sub3.jpg new file mode 100644 index 0000000..2e1731d Binary files /dev/null and b/sub3.jpg differ diff --git a/sub4.jpg b/sub4.jpg new file mode 100644 index 0000000..72ae5dc Binary files /dev/null and b/sub4.jpg differ