It seems like you entered an invalid path.
-The page or file you are looking for was not here and I don't know why.
- 404 File Not Found -It seems like you entered an invalid path.
+The page or file you are looking for was not here and I don't know why.
+ 404 File Not Found +What is 404?
@@ -169,6 +136,8 @@What is 404?
When a user tries to view a webpage that doesn't exist, has been moved, or has a dead or broken link, a 404 error code is produced. One of the most typical mistakes a web visitor runs into is the 404 error code. When a user tries to access a webpage, for example, servers are obligated to react to client requests. ++ Did you know that the World Wide Web's early years are when the 404 error code first appeared. The first web server software, known as CERN httpd, was developed in 1992 by Tim Berners-Lee, the creator of the World Wide Web, and his colleagues at CERN, the European Organization for Nuclear Research.
@@ -341,7 +310,7 @@
Others
-
2023 Melvin Jones Repol
+
2023 Melvin Jones Repol (mrepol742)
A Open-Source Project
mrepol742.github.io diff --git a/chatgpt-prompts/index.html b/chatgpt-prompts/index.html index 9eee7ea6..7217d724 100644 --- a/chatgpt-prompts/index.html +++ b/chatgpt-prompts/index.html @@ -459,7 +459,7 @@
Others
-
2023 Melvin Jones Repol
+
2023 Melvin Jones Repol (mrepol742)
A Open-Source Project
mrepol742.github.io diff --git a/css/main.css b/css/main.css index 39f84e13..d26f0c5d 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,14 @@ src: url("/assets/SourceCodePro-Regular.ttf"); } -h1, h2, h3, h4, h5, h6, th, h1 strong { +h1, +h2, +h3, +h4, +h5, +h6, +th, +h1 strong { letter-spacing: -0.7px; font-family: 'Source Code Pro', sans-serif; } @@ -37,6 +44,8 @@ body { svg { fill: #2e475d; + margin-left: 5px; + margin-right: 5px; } legend { @@ -158,7 +167,7 @@ nav { .accordion-button:after { background-image: url("data:image/svg+xml, ") !important; - } +} .card, .accordion, @@ -519,12 +528,12 @@ input:-webkit-autofill:active { } img { - transition: .3s ease; + transition: .3s ease; } img:hover { - -webkit-transform: scale(0.98); - transform: scale(0.98); + -webkit-transform: scale(0.98); + transform: scale(0.98); } .btn { @@ -544,4 +553,50 @@ img:hover { .num { font-size: 4em !important; +} + +.overlay-container { + position: relative; + width: 100%; +} + +.overlay-image { + display: block; + width: 100%; + height: auto; +} + +.overlay { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + height: 100%; + width: 100%; + opacity: 0; + + background-color: rgba(240, 248, 255, 0.247); + + -webkit-backdrop-filter: blur(8px); + backdrop-filter: blur(8px); + transform: translateY(0); + box-shadow: 0 0 5em rgba(0, 0, 0, .2); + transition: all 0.3s ease-in-out; +} + +.overlay-container:hover .overlay { + opacity: 1; +} + +.overlay-text { + color: white; + font-size: 20px; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + text-align: center; } \ No newline at end of file diff --git a/helloworld/index.html b/helloworld/index.html index b6fe795d..e4e45867 100644 --- a/helloworld/index.html +++ b/helloworld/index.html @@ -341,7 +341,7 @@
Others
-
2023 Melvin Jones Repol
+
2023 Melvin Jones Repol (mrepol742)
A Open-Source Project
mrepol742.github.io diff --git a/images/CRUD.png b/images/CRUD.png deleted file mode 100644 index f0c43802..00000000 Binary files a/images/CRUD.png and /dev/null differ diff --git a/images/Screenshot_20230921_204401.png b/images/Screenshot_20230921_204401.png deleted file mode 100644 index 7ab74e97..00000000 Binary files a/images/Screenshot_20230921_204401.png and /dev/null differ diff --git a/images/ZeroTeaTime.png b/images/ZeroTeaTime.png deleted file mode 100644 index d9b4562f..00000000 Binary files a/images/ZeroTeaTime.png and /dev/null differ diff --git a/images/login-system.png b/images/login-system.png deleted file mode 100644 index 3d4f9787..00000000 Binary files a/images/login-system.png and /dev/null differ diff --git a/images/terminal.png b/images/terminal.png deleted file mode 100644 index 6a9c5ebf..00000000 Binary files a/images/terminal.png and /dev/null differ diff --git a/index.html b/index.html index d28bbe25..aa0428d5 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,9 @@ - - - + + + @@ -54,8 +54,10 @@ - - + @@ -153,59 +155,66 @@ An error occurred. Try reloading this page, or enable JavaScript if it is disabled in your browser. -
Melvin Jones Repol
-I'm a self-taught Freelance Software Engineer with experience in web development, seo, computer hardware & software and currently pursuing arduino programming. Committed to make the world a better place to live.
- - - +Melvin Jones Repol
+I'm a self-taught Freelance Software Engineer with experience in web + development, seo, computer hardware & software and currently pursuing arduino programming. Committed to + make the world a better place to live.
+ + + - - - + + + - - - + + + - - - + + + - - - -- + + + +
+ +
Projects
Restaurant System
-This is a project for 1st year 1st sem on Computer Programming.
C Programming Language
Source:
- https://github.com/mrepol742/Mini-Restuarant-System
-
CRUD Project
-This is a project for 1st year 2nd sem on Computer Programming.
C++ Programming Langauge
Source:
- https://github.com/mrepol742/CRUD-Project
-
Terminal Portfolio
-My interactive web based terminal made ^ JS.
JavaScript ·
- HTML5 · Cascading Style Sheets (CSS)
Demo:
- https://mrepol742-terminal.netlify.app
-
Source:
- https://github.com/mrepol742/terminal
-
Login System
-A login system for my Computer Programming Activity.
PHP ·
- MySQL · PhpMyAdmin · Bootstrap · HTML5 · Cascading Style Sheets (CSS) · JavaScript
Source:
- https://github.com/mrepol742/login-crud-system-php
- https://github.com/mrepol742/crud-php
-
IntNext Real Estate
-A platform where you can Get your luxurious, stylish, beautiful homes at IntNext. Elevate Your Living Experience: IntNext Real Estate, Redefining Modern Living.
NodeJS · JavaScript · HTML5 · Cascading Style Sheets (CSS) · Bootstrap · PWA
Live:
- https://intnext-realestate.github.io
-
A platform where you can Get your luxurious, stylish, beautiful homes at IntNext.
+ Elevate Your Living Experience: IntNext Real Estate, Redefining Modern Living.
NodeJS · JavaScript · HTML5 · Cascading Style Sheets (CSS) · Bootstrap · PWA
+
Live:
+ https://intnext-realestate.github.io
+
LGU Management System
-A capstone project for 3rd year Project Management class.
PHP · JavaScript · HTML5 · Cascading Style Sheets (CSS) · Bootstrap · Laravel
A capstone project for 3rd year Project Management class.
PHP · JavaScript · HTML5 · Cascading Style Sheets (CSS) · Bootstrap · Laravel
+
Skills
Software Engineer
It's a field of engineering that i used for development and maintenance of software
systems. It involves the application of engineering principles and techniques to the design, development,
testing, and maintenance of software.
With software engineering, i can create efficient and
@@ -431,10 +377,16 @@
Software Engineer
Web Development
As a web developer, I have experience in creating dynamic websites and web applications
using HTML, CSS, JavaScript, and other web development frameworks.
I am proficient in developing
user-friendly and responsive web designs that are optimized for various devices and browsers. I have a
@@ -445,9 +397,15 @@
Web Development
SEO
It's a process I use for web development, like on this one, which involves optimizing websites to rank higher in search engine results. In SEO it involves optimizing content, website structure, and other elements to make sure that search engines can easily find and index a website or a @@ -460,10 +418,16 @@
SEO
Computer Hardware & Software
I have experience in computer hardware and software, which includes assembling, troubleshooting, and repairing of computer systems. I am knowledgeable in the installation and configuration of operating systems, software applications, and hardware components. @@ -479,40 +443,33 @@
Computer Hardware & Software
Education
- -
Bestlink College of the Philippines
-Bachelor of Science in Information Technology major in Information Management
-Sept 2021 - Present -
-South East Asia Institute of Trade and Technology
-Information Communication Technology
-June 2018 - April 2020
+Bestlink College of the Philippines
+Bachelor of Science in Information Technology major in Information Management
+Sept 2021 - Present +
++
South East Asia Institute of Trade and Technology
+Information Communication Technology
+June 2018 - April 2020
+Work Experience
-
Freelancer
-Software Developer & Web Developer
-June 2021 - Present
-South East Asia Institute of Trade and Technology
-On the Job Training (OJT)
-60 Hours
-Freelancer
+Software Developer & Web Developer
+June 2021 - Present
++
South East Asia Institute of Trade and Technology
+On the Job Training (OJT)
+60 Hours
+South East Asia Institute of Trade and Technology
Contact
- + mrepol742@gmail.com - + melvinjonesrepol - + mrepol742 - + mrepol742
@@ -697,7 +670,8 @@Friends
Elisha Paul Okai is a blockchain enthusiast, defi expert, solidity developer, web3 community and project manager and have 3 years experience in building and managing defi related projects. +
Elisha Paul Okai is a blockchain enthusiast, defi expert, solidity developer, web3 + community and project manager and have 3 years experience in building and managing defi related projects.
@elishasfolio
@@ -713,53 +687,89 @@Friends
Performance
9611
- VISITS -40036
- PAGE VIEW -223
- REGIONS -725
- CLICKS -12000
- IMPRESSIONS -6.3%
- CTR -53.31$
- EARNINGS -2.66$
- RPM -240
- CLICKS -40036
+ PAGE VIEW +223
+ REGIONS +725
+ CLICKS +12000
+ IMPRESSIONS +6.3%
+ CTR +53.31$
+ EARNINGS +2.66$
+ RPM +240
+ CLICKS +Advertisements
Projects:
View my github repository to see more.
https://github.com/mrepol742
Languages:
View my wakatime profile to see more.
https://wakatime.com/@mrepol742
View my wakatime profile to see more.
https://wakatime.com/@mrepol742
IDE/Text Editor:
View my wakatime profile to see more.
https://wakatime.com/@mrepol742
View my wakatime profile to see more.
https://wakatime.com/@mrepol742
Education:
- - Bachelor of Science in Information Technology at Bestlink College of the Philippines (Bestlink) major in Information Management
+ - Bachelor of Science in Information Technology at Bestlink College of the Philippines (Bestlink) major
+ in Information Management
- Information Communication Technology at South East Asia Instiute of Trade and Technology (SEAITT)
@@ -1065,30 +1076,62 @@ Others
Education:
-
-
- Bachelor of Science in Information Technology at Bestlink College of the Philippines (Bestlink) major in Information Management +
- Bachelor of Science in Information Technology at Bestlink College of the Philippines (Bestlink) major + in Information Management
- Information Communication Technology at South East Asia Instiute of Trade and Technology (SEAITT)
- + - + - + - + - + - + - +
-
2023 Melvin Jones Repol
-A Open-Source Project
-mrepol742.github.io +
2023 Melvin Jones Repol (mrepol742)
+ A Open-Source Project
+ mrepol742.github.io