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
51 changes: 51 additions & 0 deletions convincido/Honest_Nocedo_IA3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<html>
<head>
<title> Individual Activity 2 </title>
</head>
<style type = text/css>
body> div
{
margin:12px 10px;
width:800px;
height:200px;

background:blue;
color:yellow;

font-family:Arial;
font-weight:900;
font-size:4em;

text-align:center;
line-height:290px;
}

.color:hover
{
background:red;
}

body
{
background-color:white;
}

</style>
<body>
<div class = "color" >HELLO WORLD!</div>
</body>
<body>
<h1> Hello World </h1>
<p id = "demo"> Hello World! </p>
<button type = "button" onClick="myfunction()" >Click Me </button>

<script>
function myfunction()
{
document.getElementById("demo").innerHTML="Hello Universe"
}
</script>

</body>

</html>
Binary file added convincido/coy.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 convincido/download.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions convincido/main.style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

nav a:hover{
border: 2px solid black;
}
nav a {
padding: 5px 5px 5px 5px;
color: black;
border:black 1px solid;
text-decoration: none;
}
nav a:hover {
border: 3px white solid;
}





96 changes: 96 additions & 0 deletions convincido/profile.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> BIO </title>
<link rel="stylesheet" type="text/css" href="main.style.css">
<style type="text/css">
body {


background-color: yellow;
color:black;
position: relative;
}
.pic {
float: right;
padding-right: 500px;
padding-top: 100px;
}
.data {
padding-top: 700px;
padding-left: 100px;
}

</style>
</head>
<body>


<nav>
<p>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Gallery</a>
<p>
</nav>
<div class="pic">
<img src="coy.jpg" width="400" height="600">
</div>
<div class="data">

<pre><h1>

Name: Marco Louis G. Convincido

Sex: Male Age: 16

Nationality: Filipino Marital Status: Single

Place of Birth: Marikina City Date Birth: January 20, 2003

Mother Name: Loudes G. Convincido Father Name: Michael G. Convincido

Address: #87 Upper Balite Fortune Marikina City

Province:Pangasinan Religion:Catholic

EDUCATION

2019 - 2020 Jesus Dela Pena National High School
2015 - 2019 Fortune High School
2009 - 2015 Fortune Elementary School
2008 - 2009 (kinder)Parang Elementary School

</h1></pre>
</div>


</body>
</html>
























</body>
</html>