Created
October 28, 2015 17:03
-
-
Save lillylangtree/b55828fa05ed3470d352 to your computer and use it in GitHub Desktop.
sample index.html file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title>Spoon-Knife</title> | |
<LINK href="styles.css" rel="stylesheet" type="text/css"> | |
</head> | |
<body> | |
<img src="forkit.gif" id="octocat" alt="" /> | |
<!-- Feel free to change this text here --> | |
<p> | |
Fork me? Fork you, @octocat! | |
</p> | |
<p> | |
Sean made a change | |
</p> | |
</body> | |
</html> |
<title>My Developer Portfolio</title>
Jane Developer
Front-End Developer | UI Enthusiast
<main class="main-content">
<section class="profile-section">
<img src="https://via.placeholder.com/150" alt="Profile Image" class="profile-img">
<h2>About Me</h2>
<p>I'm a passionate front-end developer with 3 years of experience creating responsive and accessible web applications. I love turning complex problems into simple, beautiful solutions.</p>
</section>
<section class="skills-section">
<h2>Skills</h2>
<ul class="skills-list">
<li>HTML5 & CSS3</li>
<li>JavaScript (ES6+)</li>
<li>React.js</li>
<li>Responsive Design</li>
<li>Git & GitHub</li>
<li>UI/UX Principles</li>
</ul>
</section>
<aside class="projects-aside">
<h2>Projects</h2>
<ul class="projects-list">
<li><a href="#">E-commerce Website</a></li>
<li><a href="#">Task Management App</a></li>
<li><a href="#">Weather Dashboard</a></li>
<li><a href="#">Recipe Finder</a></li>
</ul>
</aside>
<section class="contact-section">
<h2>Contact Me</h2>
<div class="contact-links">
<a href="mailto:[email protected]">Email</a>
<a href="https://github.com/janedev" target="_blank">GitHub</a>
<a href="https://linkedin.com/in/janedev" target="_blank">LinkedIn</a>
</div>
</section>
</main>
<footer class="footer">
<p>© 2023 Jane Developer. All rights reserved.</p>
</footer>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i dunno