Skip to content

Sarah mucho #1303

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 4 commits into
base: master
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ For this project you will be building a digital resume from scratch. You will be

## Task 1: Set Up The Project With Git

- [ ] Create a forked copy of this project.
- [ ] Create a forked copy of this project..
- [ ] Add your project manager as collaborator on Github.
- [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
- [ ] Clone your OWN version of the repository (Not Lambda's by mistake!)...
- [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
- [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
- [ ] Push commits: git push origin `<firstName-lastName>`.
- [ ] Push commits: git push origin `<firstName-lastName>`...

Follow these steps for completing your project.

Expand Down
Empty file added about.index
Empty file.
243 changes: 242 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1 +1,242 @@
/* Compile your LESS file! */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
margin: 10px;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
}
html {
font-size: 62.5%;
}
body {
line-height: 1;
background-color: lightgrey;
}
header {
background-color: darkseagreen;
}
nav {
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: right;
text-align: right;
margin-left: 250px;
margin-right: 10px;
padding-bottom: 20px;
font-style: none;
}
a {
text-decoration: none;
color: black;
font-size: 2rem;
font-style: italic;
}
.name {
display: flex;
flex-direction: column;
}
h1 {
font-size: 4rem;
font-style: bold;
padding-top: 20px;
}
h2 {
font-size: 3rem;
font-style: italic;
}
img {
margin: 10px;
border: 3rem;
height: 400px;
}
.Sarah {
display: flex;
justify-content: space-around;
margin-top: 30px;
}
.bio {
font-size: 2.5rem;
font-style: italic;
width: 50%;
margin-top: 50px;
line-height: 30px;
text-align: left;
}
.skills {
font-size: 3rem;
font-style: italic;
text-align: center;
padding: 10px;
margin-top: 20px;
background-color: darkseagreen;
}
ul {
font-size: 2rem;
font-style: italic;
display: flex;
flex-direction: column;
justify-content: space-between;
flex-wrap: nowrap;
background-color: darkseagreen;
margin: 10px;
}
li {
text-align: center;
margin: 5px;
}
.skill1 {
background-color: lightgrey;
padding: 5px;
}
.skill2 {
background-color: darkseagreen;
padding: 5px;
}
.skill3 {
background-color: lightgrey;
padding: 5px;
padding-bottom: 20px;
}
footer {
background-color: darkseagreen;
}
.n2 {
display: flex;
justify-content: center;
}
.contact {
background-color: lightgrey;
}
button {
background-color: lightgrey;
margin: 30px 175px;
height: 50px;
border: dotted;
}
Empty file added css/index.images
Empty file.
Binary file added headshotcopy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added home.index
Empty file.
42 changes: 39 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,44 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<h1>My Resume</h1>
</body>
<class="container">
<header>
<div class="name">
<h1>Sarah Mucho</h1>
<h2>Web Developer</h2>
</div>
<nav>
<div class="menu"><a href="home.html">Home</a></div>
<div class="menu"><a href="about.html">About</a></div>
<div class="menu"><a href="portfolio.html">Portfolio</a></div>
<div class="menu"><a href="contact.html">Contact</a></div>
</nav>
</header>
</div>
<section class="Sarah">
<div class="headshot"><img src="/headshotcopy.jpg"></div>
<div class="bio"><p>
Sarah is a singer-songwriter, ex bartender and a web developer. Through her experience and unique perspective, she has
found a way to merge all of these skills and develop aa reputation
as the "musicians' coder". However, she does not exclusively work with
musicians, she is an equal opportunity web developer. Please do reach out
if you are in need of someone with both the skills and a creative edge.</p></div>
</section>

<div class="skills"
<h3>Special Skills</h3>
<ul>
<li class="skill1">Customer Service - Years of experience working in bars and working around people.</li>
<li class="skill2">Performace skills - I know how to lead and run a room.</li>
<li class="skill3">Creative skills - an understanding of how to add style to functionality.</li>
</ul></div>
<footer>
<div class="n2">
<button>
<a class="contact" href="resume.html">Resume</a></button>
<button>
<a class="contact" href="contact.html">Contact Me</a></button></div>
</footer>
</body>
</html>
Empty file added less/contact.index
Empty file.
Empty file added less/home.html
Empty file.
Empty file added less/home.index
Empty file.
Loading