Skip to content
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

Completed My portfolio assignment #31

Open
wants to merge 1 commit 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
22 changes: 22 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
body {
background-image: url(https://images.pexels.com/photos/10845119/pexels-photo-10845119.jpeg?cs=srgb&dl=pexels-abdul-kayum-10845119.jpg&fm=jpg&_gl=1*onwri8*_ga*MTQyMTA2MzEzMS4xNjc0Nzk4Mjk4*_ga_8JE65Q40S6*MTY3NTMyMjA4Ny4zLjEuMTY3NTMyMjA5Ny4wLjAuMA..);

}

h1 {
color: teal;
text-align: center;
font-size: 65px;

}

h2 {
color: peachpuff;

}

p {
color: aqua;


}
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,37 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My Portfolio</title>
<link rel="stylesheet" href="./css/styles.css">
</head>

<body>
<H1>
My Portfolio
</H1>
<div class="Header">
<h2>Keo Nueca</h2>
<h2>Software Engineer</h2>
<hr>
</div>
<p>My <i>favorite</i> thing about programming is following the current technologic trends</p>
<img src="https://img.freepik.com/premium-vector/snowboarding-illustration_47814-39.jpg?auto=format&h=200" alt="Snowboarder"
<p><a href="https://img.freepik.com/premium-vector/snowboarding-illustration_47814-39.jpg?auto=format&h=200">img.freepik.com</a></p>
<h3>ABOUT ME</h3>
<p>
Air plant plaid man braid Brooklyn helvetica 90's portland deep v kinfolk crucifix ennui lo-fi tumblr. Affogato semiotics drinking vinegar meditation 3 wolf moon. Humblebrag bushwick thundercats, kickstarter ennui fashion axe pickled affogato tonx brunch. Asymmetrical direct trade normcore bruh cloud bread gatekeep occupy cliche. Tumblr unicorn trust fund viral, tattooed craft beer jianbing. Selfies dreamcatcher venmo ethical pug, blog vinyl shaman vice poke fixie franzen fingerstache.
</p>
<h3>MY PROJECTS</h3>
<ul>
<li>Project 1</li>
<li>Project 2</li>
<li>Project 3</li>
</ul>
<h3>Contact Me</h3>
<p>
Phone Number: 858-619-0000
</p>
<a href="[email protected]">EMAIL CONTACT</a>

<!--
Directions:
1. Create a DIV element to contain the page content
Expand Down