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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
- This is a sample code for our github project at Learn Computer Today
- Please clone this repository to your repo and edit the html file
- https://github.com/LearnComputerToday/githubproject
- https://github.com/Criz721/githubproject
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Name - Portfolio</title>
<title>Cristopher Tambio Lugtu - Portfolio</title>
<style>
body, html {
height: 100%;
Expand Down Expand Up @@ -54,7 +54,7 @@
<body>
<div class="container">
<header>
<h1>Your Name</h1>
<h1>Cristopher Tambio Lugtu</h1>
<nav>
<a href="#about">About</a>
<a href="#projects">Projects</a>
Expand All @@ -66,28 +66,28 @@ <h1>Your Name</h1>
<h2>About Me</h2>
<img src="profile_picture.jpg" alt="Your Name's Profile Picture" class="profile-pic">
<p>
A brief paragraph about yourself, your background, skills, and experience.
I am an aspiring Full Stack Web Development currently learning Web Development.
</p>
</section>

<section id="projects">
<h2>Projects</h2>
<ul>
<li><a href="#">Project 1</a>: Short description of the project.</li>
<li><a href="#">Project 2</a>: Short description of another project.</li>
<li><a href="https://github.com/Criz721/githubproject">Project 1</a>: I have made a simple Github Project.</li>
<li><a href="https://github.com/LearnComputerToday/githubproject">Project 2</a>: Source Code from Learn Computer Today Repo.</li>
<!-- Add more projects as list items -->
</ul>
</section>

<section id="contact">
<h2>Contact</h2>
<p>
How to reach you: Email, LinkedIn, GitHub, etc.
You can send me an email through learncomputertoday101@gmail.com
</p>
</section>

<footer>
<p>© 2023 by Your Name</p>
<p>© 2025 by Cristopher Tambio Lugtu</p>
</footer>
</div>
</body>
Expand Down