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/juliusgoron1jg/githubproject
16 changes: 8 additions & 8 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>Julius Rey Goron - 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>Julius Rey Goron</h1>
<nav>
<a href="#about">About</a>
<a href="#projects">Projects</a>
Expand All @@ -64,30 +64,30 @@ <h1>Your Name</h1>

<section id="about">
<h2>About Me</h2>
<img src="profile_picture.jpg" alt="Your Name's Profile Picture" class="profile-pic">
<img src="profile_pic.png" 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 Developer 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/juliusgoron1jg/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 a email through julius.goron.1.jg@gmail.com
</p>
</section>

<footer>
<p>© 2023 by Your Name</p>
<p>© 2026 by Julius Rey Goron</p>
</footer>
</div>
</body>
Expand Down
Binary file added profile_pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.