diff --git a/Pajaron-Louis/asd.jpg b/Pajaron-Louis/asd.jpg
new file mode 100644
index 0000000..e29caca
Binary files /dev/null and b/Pajaron-Louis/asd.jpg differ
diff --git a/Pajaron-Louis/louis.jpg b/Pajaron-Louis/louis.jpg
new file mode 100644
index 0000000..9dfb073
Binary files /dev/null and b/Pajaron-Louis/louis.jpg differ
diff --git a/Pajaron-Louis/profile.html b/Pajaron-Louis/profile.html
new file mode 100644
index 0000000..e7f50bd
--- /dev/null
+++ b/Pajaron-Louis/profile.html
@@ -0,0 +1,58 @@
+
+
+Profile Page
+
+
+
+
+
+ Profile
+
+
+
+
+ Personal Information
+
+
+
+ Pajaron Louis Marcel
+ January 05, 2003
+ Barangka Marikina City
+
+
+ Educational Background:
+
+
+
+ Went to Barangka Elementary School (2009)
+ Went to Barangka National High School (2015)
+ Went to Jesus Dela Peña National High School (2019)
+
+
+ Hobbies and interest
+
+
+
+ I love playing computer games
+
+
+ Something about myself
+
+
+
+
+
+
+
+
+
diff --git a/Pajaron-Louis/style.css b/Pajaron-Louis/style.css
new file mode 100644
index 0000000..a1ab76e
--- /dev/null
+++ b/Pajaron-Louis/style.css
@@ -0,0 +1,86 @@
+* {
+
+ font-family: "Arial Rounded MT Bold";
+
+}
+
+body {
+
+ background: #D9E76C;
+
+}
+
+h1 {
+
+ color: #537D8D;
+
+
+}
+
+h2 {
+
+ color: #537D8D;
+
+}
+
+h3 {
+
+ color: #537D8D;
+}
+
+b {
+
+ color: #537D8D;
+}
+
+
+header * {
+
+ display: inline;
+ vertical-align: top;
+}
+
+img {
+
+ width: 200px;
+ height: 200px;
+ border-radius: 50%;
+
+}
+#logo {
+ height: 50px;
+ width:50px;
+}
+
+nav p a {
+ text-decoration: none;
+ padding-right: 10px;
+ color: black;
+ margin:5px;
+ border: #D9E76C 0.5px solid;
+
+}
+nav p a:hover {
+ border:#131112 0.5px solid;
+
+}
+
+nav {
+
+ position: fixed;
+ background-color: #D9E76C;
+ top: 0;
+ width: 100%;
+
+}
+
+
+header {
+
+ margin-top: 50px;
+}
+
+
+
+
+