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/Vertyuiop/githubproject
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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>Vert Ryan Sanchez - 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>Vert Ryan Sanchez</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="icon.png" alt="Profile Picture" class="profile-pic">
<p>
A brief paragraph about yourself, your background, skills, and experience.
I’m Engr. Vert Ryan S. Sanchez, a graduate of Bachelor of Science in Electronics and Communications Engineering. I am currently exploring the field of Software Engineering as I pursue a career shift. With a strong technical foundation and a growing passion for coding and development, I am eager to learn, grow, and continuously improve as I navigate this new professional path.
</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/Vertyuiop/githubproject">Project 1</a>: I have made a project from LearnComputerToday</li>
<li><a href="#">Project 2</a>: Source code from LearnComputerToday Repository</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 vertryans@gmail.com
</p>
</section>

<footer>
<p>© 2023 by Your Name</p>
<p>© 2025 by Vert Ryan Sanchez</p>
</footer>
</div>
</body>
Expand Down