Delete student-resumes/Index.html
Just want to do this how we're taught. Not sure how everyone else added theirs.
This commit is contained in:
parent
76191c9996
commit
f1a3e457eb
1 changed files with 0 additions and 67 deletions
|
|
@ -1,67 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>My Simple Website</title>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: #f0f0f0;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
background-color: #2e8383;
|
|
||||||
color: #000000;
|
|
||||||
padding: 50px 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
section {
|
|
||||||
background-color: #333;
|
|
||||||
color: #0feeee;
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
main {background-color: beige
|
|
||||||
color #000000;
|
|
||||||
padding: 75px;
|
|
||||||
margin-left: 75px;
|
|
||||||
|
|
||||||
}
|
|
||||||
footer {
|
|
||||||
background-color: #2e8383;
|
|
||||||
color: #fff;
|
|
||||||
text-align: center;
|
|
||||||
padding: 10px 0;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
color: #333;
|
|
||||||
margin-bottom: 175px; /* Add space below each paragraph */
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<h1>Name: Spark McGee</h1>
|
|
||||||
<h2>Title: Master Electrician</h2>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Ph: xxx-xxx-xxxx   Email: xxxx@xxxxxxxxx.com</h2>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<main><p>3/24 - Current: Learning to code</p>
|
|
||||||
<p>7/21 - Current owner of XXXXXXXX electrical services</p>
|
|
||||||
<p>8/13 - 7/21 Master electrician at xxx State College</p>
|
|
||||||
<p>3/2000 - 8/13 Floating through time and space trying to figure out my path as an electrician</p>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue