Skip to content

Commit

Permalink
Update Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
sonlast committed Jan 17, 2024
1 parent 20846af commit 75931b4
Showing 1 changed file with 152 additions and 134 deletions.
286 changes: 152 additions & 134 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,144 +1,162 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:description"
content="The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both websites and progressive web apps."
/>
<title>Ijerson Lastimosa | Home</title>
<link rel="icon" href="images/sunmoon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Tektur:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<script src="script.js" defer></script>
</head>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:description"
content="The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both websites and progressive web apps." />
<title> Ijerson Lastimosa | Home </title>
<link rel="icon" href="images/sunmoon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tektur:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
</head>

<body>
<!-- * INTRO SECTION-->
<header id="#intro_sect">
<div class="nav-bar">
<nav>
<a href="#intro_sect" class="links">Home</a>
<a href="#project_sect" class="links">Projects</a>
<a href="#aboutme_sect" class="links">About Me</a>
<a href="#skills_sect" class="links">Skills</a>
<a href="#contact_sect" class="links">Contact</a>
</nav>
</div>
</header>
<main>
<section>
<div class="centerthis">
<h3 class="intro">Hi I'm</h3>
<h1 class="h1not">Ijerson Lastimosa</h1>
<img class="centerimage" src="images/sunmoon.jpg" alt="Profile">
<h3 class="descr">Full Stack Web Developer</h3>
<h3 class="descr">Full Stack Mobile Developer</h3>
<body>
<!-- * INTRO SECTION-->
<header id="#intro_sect">
<div class="nav-bar">
<nav>
<a href="#intro_sect" class="links">Home</a>
<a href="#project_sect" class="links">Projects</a>
<a href="#aboutme_sect" class="links">About Me</a>
<a href="#skills_sect" class="links">Skills</a>
<a href="#contact_sect" class="links">Contact</a>
</nav>
</div>
</section>

<!-- * PROJECT SECTION -->
<section id="project_sect">
<h1>Projects</h1>
<button class="ghbtn" onclick="window.location.href='#'" title="Currently Disabled" disabled>My Github</button>
<ul class="prjctlst">
<li>Madlibs Game Python</li>
<li>Flappy Bird Recreation with VB.Net</li>
<li>Tic Tac Toe VB.Net</li>
<li>Flask C.R.U.D.</li>
<li>Canteen App With Java</li>
<li>Grading System with VB.Net</li>
<li>Picture Viewer with C#</li>
<li>2048 With Undo Function with JavaScript</li>
<li>Quiz Generator With Django</li>
</ul>
</section>
</header>
<main>
<section>
<div class="centerthis">
<h3 class="intro">Hi I'm</h3>
<h1 class="h1not">Ijerson Lastimosa</h1>
<img class="centerimage" src="images/sunmoon.jpg" alt="Profile" />
<h3 class="descr">Front-End Mobile Developer</h3>
<h3 class="descr">Front-End Web Developer</h3>
</div>
</section>

<!-- * ABOUT ME SECTION -->
<section id="aboutme_sect">
<h1>About Me</h1>
<a href="files/resume.txt" download="resume.txt" class="dlbutton"><button class="dlbutton" disabled>DOWNLOAD
RESUME</button></a>
<p class="aboutme_parg">Hello, I'm Ijerson Lastimosa Ilalto, and I'm an aspiring full stack developer
currently in my upcoming 4th year of pursuing a BSCS degree. With a keen interest in Full Stack Development,
I've honed my skills in HTML, CSS, and JavaScript, enabling me to create dynamic and user-friendly web
experiences.
My coding journey extends to languages like Python and Java, which I leverage to build robust applications
that tackle real-world challenges. Navigating databases is another realm I delve into, with proficiency in MySQL
and
PHP. Beyond coding, I'm an avid reader, constantly expanding my knowledge while discovering new interests.
Whether it's diving into a new book or taking on the challenge of learning something entirely new, I'm all
about the pursuit of knowledge. If you'd like to connect, feel free to reach out at
<a href="#" class="my_email"><i>Currently Hidden By The Developer</i></a>.
</p>
</section>
<!-- * PROJECT SECTION -->
<section id="project_sect">
<h1>Projects</h1>
<button
class="ghbtn"
onclick="window.location.href='#'"
title="Currently Disabled"
disabled
>
My Github
</button>
<ul class="prjctlst">
<li>Disaster Access Mobile Application using Expo</li>
<li>E-Canteen Mobile Application using Java</li>
<li>Madlibs Game Python</li>
<li>Flappy Bird Recreation with VB.Net</li>
<li>Tic Tac Toe VB.Net</li>
<li>Flask C.R.U.D.</li>
<li>Grading System with VB.Net</li>
<li>Picture Viewer with C#</li>
<li>2048 With Undo Function with JavaScript</li>
<li>Quiz Generator With Django</li>
</ul>
</section>

<!-- * SKILLS SECTION -->
<section id="skills_sect">
<h1>Skills</h1>
<h2 class="h2_lang">Technologies I Know</h2>
<ul class="list_lang">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>C#</li>
<li>Php</li>
<li>MySQL</li>
<li>MongoDB</li>
<li>Flutter</li>
<li>React Native</li>
<li>ASP.Net MAUI</li>
<li>Bootstrap</li>
<li>Tailwind</li>
<li>Sass</li>
<li>React.js</li>
<li>Svelte</li>
<li>Angular.js</li>
<li>Vue.js</li>
<li>Django</li>
<li>Flask</li>
<li>Laravel</li>
<li>REST API</li>
<li>JSON API</li>
<li>Github</li>
<li>Bitbucket</li>
<li>Visual Studio Code</li>
<li>Android Studio</li>
<li>Android</li>
<li>iOS</li>
<li>Gradle</li>
<li>VM Virtualbox</li>
<li>Visual Studio</li>
<li>Figma</li>
<li>Git</li>
<li>Eclipse</li>
<li>IntelliJ Idea</li>
</ul>
</section>
<!-- * ABOUT ME SECTION -->
<section id="aboutme_sect">
<h1>About Me</h1>
<a href="files/resume.txt" download="resume.txt" class="dlbutton"
><button class="dlbutton" disabled>DOWNLOAD RESUME</button></a
>
<p class="aboutme_parg">
Hello, I'm Ijerson Lastimosa Ilalto, and I'm an aspiring full stack
developer currently in my upcoming 4th year of pursuing a BSCS degree.
With a keen interest in Full Stack Development, I've honed my skills
in HTML, CSS, and JavaScript, enabling me to create dynamic and
user-friendly web experiences. My coding journey extends to languages
like Python and Java, which I leverage to build robust applications
that tackle real-world challenges. Navigating databases is another
realm I delve into, with proficiency in MySQL and PHP. Beyond coding,
I'm an avid reader, constantly expanding my knowledge while
discovering new interests. Whether it's diving into a new book or
taking on the challenge of learning something entirely new, I'm all
about the pursuit of knowledge. If you'd like to connect, feel free to
reach out at
<a href="#" class="my_email"
><i>Currently Hidden By The Developer</i></a
>.
</p>
</section>

<!-- * CONTACT SECTION -->
<section id="contact_sect" class="contact_sect">
<h1>Contact</h1>
<h2>Email Me:</h2>
<a class="contactlink1" href="#">
<h3><i>Currently Hidden By The Developer</i></h3>
</a>
<!-- * SKILLS SECTION -->
<section id="skills_sect">
<h1>Skills</h1>
<h2 class="h2_lang">Technologies I Know</h2>
<ul class="list_lang">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>C#</li>
<li>Php</li>
<li>MySQL</li>
<li>MongoDB</li>
<li>Flutter</li>
<li>React Native</li>
<li>ASP.Net MAUI</li>
<li>Bootstrap</li>
<li>Tailwind</li>
<li>Sass</li>
<li>React.js</li>
<li>Svelte</li>
<li>Angular.js</li>
<li>Vue.js</li>
<li>Django</li>
<li>Flask</li>
<li>Laravel</li>
<li>REST API</li>
<li>JSON API</li>
<li>Github</li>
<li>Bitbucket</li>
<li>Visual Studio Code</li>
<li>Android Studio</li>
<li>Android</li>
<li>iOS</li>
<li>Gradle</li>
<li>VM Virtualbox</li>
<li>Visual Studio</li>
<li>Figma</li>
<li>Git</li>
<li>Eclipse</li>
<li>IntelliJ Idea</li>
</ul>
</section>

<h2>Call Me:</h2>
<h3><i>Currently Hidden By The Developer</i></h3>
<!-- * CONTACT SECTION -->
<section id="contact_sect" class="contact_sect">
<h1>Contact</h1>
<h2>Email Me:</h2>
<a class="contactlink1" href="#">
<h3><i>Currently Hidden By The Developer</i></h3>
</a>

<h2>Locate Me:</h2>
<h3>
<address><i>Currently Hidden By The Developer</i></address>
</h3>
</section>
</main>
<footer></footer>
</body>
<h2>Call Me:</h2>
<h3><i>Currently Hidden By The Developer</i></h3>

</html>
<h2>Locate Me:</h2>
<h3>
<address><i>Currently Hidden By The Developer</i></address>
</h3>
</section>
</main>
<footer></footer>
</body>
</html>

0 comments on commit 75931b4

Please sign in to comment.