Skip to content

01.single page cv #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# roadmap.sh
https://roadmap.sh/projects/single-page-cv
81 changes: 81 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>

<body style="background-color: black; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
<div style="margin: 0 auto; max-width: 800px; padding: 12px; background-color: white;">
<main style="margin: 0 auto; max-width: 800px; padding: 75px; background-color: white; border: 2px solid black; border-radius: 3px;">
<div style="border-top: 2px solid black; width: 80%;">
<h1 style="font-weight: 600;">Agung Marwanto</h1>
<h2 style="color: #17CF3B; font-weight: 400;">Frontend Developer</h2>
<ul style="list-style: none; padding: 0;">
<li>123 Your Street</li>
<li>Your City, ST 12345</li>
<li>(123) 456-7890</li>
<li>no_reply@example.com</li>
</ul>
</div>
<section>
<h3 style="color: #17CF3B; font-weight: 400;">Skills</h3>
<div>
<p>
HTML, CSS, JavaScript, Accessibility, Figma to Design, Responsive Web Design, Technical Writing,
Presentation
</p>
</div>
</section>
<section>
<h3 style="color: #17CF3B; font-weight: 400;">Education</h3>
<div>
<ol style="list-style: none; padding: 0;">
<li>
<h4 style="color: #1760CF; font-weight: 600;">School Name, Location - Degree</h4>
<p>Month 20xx to Month 20xx</p>
<p>List of exciting things you did at university</p>
</li>
</ol>
</div>
</section>
<section>
<h3 style="color: #17CF3B; font-weight: 400;">Experience</h3>
<div>
<ol style="list-style: none; padding: 0;">
<li style="list-style: none; padding: 0;">
<h4 style="color: #1760CF; font-weight: 600;">Company Name, Location - Job Title</h4>
<p>Month 20xx to Month 20xx</p>
<ul>
<li>List of achievement</li>
<li>List of achievement</li>
<li>List of achievement</li>
</ul>
</li>
<p>Skills: List of skills used or gained at this company</p>
<li>
<h4 style="color: #1760CF; font-weight: 600;">Company Name, Location - Job Title</h4>
<p>Month 20xx to Month 20xx</p>
<ul>
<li>List of achievement</li>
<li>List of achievement</li>
<li>List of achievement</li>
</ul>
</li>
<p>Skills: List of skills used or gained at this company</p>
</ol>
</div>
</section>
<section>
<h3 style="color: #17CF3B; font-weight: 400;">Across the internet</h3>
<div>
<p>Add your LinkedIn, GitHub profile links</p>
</div>
</section>
</main>
</div>
</body>

</html>