Skip to content

Commit 1575bdd

Browse files
committed
Content changes
1 parent efbf9c0 commit 1575bdd

File tree

2 files changed

+45
-43
lines changed

2 files changed

+45
-43
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<ul class="nav">
1313
<li class="name">Samuel Lopez</li>
1414
<li><a href="#">Home</a></li>
15-
<li><a href="#">Experience</a></li>
1615
</ul>
1716
</div>
1817

@@ -25,21 +24,22 @@ <h1 class="tag name">Hello, I’m Samuel.</h1>
2524
<main class="flex">
2625
<div class="card">
2726
<h2>Background</h2>
28-
<p>I’m an aspiring web designer who loves everything about the web. I've lived in lots of different places and have worked in lots of different jobs. I’m excited to bring my life experience to the process of building fantastic looking websites.</p>
29-
<p>Ive been a professional cook and gardener and am a life-long learner who's always interested in expanding my skills.</p>
27+
<p>I’m an aspiring front-end web developer who loves everything about the web. I'm very excited to start my web developmet journey. I have a passion for simple, clean, and minimalistc design.</p>
28+
<p>I've been working as an IT professional for about 8 years now. Looking forward to bring my computer skills into practice to make my programming learning experience a better experience. </p>
3029
</div>
3130

3231
<div class="card">
3332
<h2>Goals</h2>
34-
<p>I want to master the process of building web sites and increase my knowledge, skills and abilities in:</p>
33+
<p>I hope to learn an master the tools neccesary to build beautiful and functional websites for the world.</p>
34+
<p>Some of my favorites languages are:</p>
3535
<ul class="skills">
3636
<li>HTML</li>
3737
<li>CSS</li>
38-
<li>JavaScript</li>
38+
<li>JavaScript</li>
3939
<li>Ruby</li>
4040
<li>Rails</li>
4141
</ul>
42-
<p>I’d like to work for a web design firm helping clients create an impressive online presence.</p>
42+
<p>I’d like to switch carreers and work for a web design firm or become a freelancer to help clients create an impressive online presence.</p>
4343
</div>
4444

4545
</main>

styles.css

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
body {
77
margin: 0;
88
padding: 0;
9+
background: #f7f5f0;
10+
color: #222;
911
text-align: center;
1012
font-family: 'Roboto', sans-serif;
11-
color: #222;
12-
background: #f7f5f0;
1313
}
1414
/* Link Styles */
1515

1616
a {
17-
text-decoration: none;
1817
color: #999;
18+
text-decoration: none;
1919
}
2020
a:hover {
2121
color: #6633ff;
@@ -24,20 +24,21 @@ a:hover {
2424
/* Section Styles */
2525

2626
.main-nav {
27+
position: fixed;
28+
padding: 10px;
29+
min-height: 30px;
2730
width: 100%;
2831
background: black;
29-
min-height: 30px;
30-
padding: 10px;
31-
position: fixed;
3232
text-align: center;
3333
}
3434
.nav {
3535
display: flex;
36-
justify-content: space-around;
37-
font-weight: 700;
38-
list-style-type: none;
3936
margin: 0 auto;
4037
padding: 0;
38+
list-style-type: none;
39+
font-weight: 700;
40+
41+
justify-content: space-around;
4142
}
4243

4344
.nav .name {
@@ -56,11 +57,11 @@ a:hover {
5657
}
5758

5859
header {
59-
text-align: center;
60-
background: url('images/orange.jpeg') no-repeat top center ;
61-
background-size: cover;
6260
overflow: hidden;
6361
padding-top: 60px;
62+
background: url('images/orange.jpeg') no-repeat top center ;
63+
background-size: cover;
64+
text-align: center;
6465
}
6566
header {
6667
line-height: 1.5;
@@ -69,20 +70,22 @@ header .profile-image {
6970
margin-top: 50px;
7071
width: 150px;
7172
height: 150px;
72-
border-radius: 50%;
7373
border: 3px solid white;
74+
border-radius: 50%;
75+
opacity: 0.8;
7476
transition: all .5s;
7577
}
7678
header .profile-image:hover {
79+
opacity: 1;
7780
transform: scale(1.2) rotate(5deg);
7881
}
7982
.tag {
80-
background-color: #efefef;
81-
color: black;
82-
padding: 10px;
83-
border-radius: 5px;
8483
display: table;
8584
margin: 10px auto;
85+
padding: 10px;
86+
border-radius: 5px;
87+
background-color: #efefef;
88+
color: black;
8689
}
8790
.location {
8891
background-color: #222;
@@ -92,10 +95,10 @@ header .profile-image:hover {
9295
margin: 30px;
9396
padding: 20px 40px 40px;
9497
max-width: 500px;
95-
text-align: left;
96-
background: #fff;
9798
border-bottom: 4px solid #ccc;
9899
border-radius: 6px;
100+
background: #fff;
101+
text-align: left;
99102
transition: all .5s;
100103
}
101104
.card:hover {
@@ -108,41 +111,44 @@ ul.skills {
108111
}
109112

110113
.skills li {
111-
border-radius: 6px;
112114
display: inline-block;
115+
margin: 2px;
116+
padding: 5px 10px;
117+
border-radius: 6px;
113118
background: sandybrown;
114119
color: white;
115-
padding: 5px 10px;
116-
margin: 2px;
117120
}
118121

119122
.skills li:nth-child(odd) {
120123
background: #0399ff;
121124
}
122125

123126
footer {
124-
width: 100%;
125-
min-height: 30px;
126127
padding: 20px 0 40px 20px;
128+
min-height: 30px;
129+
width: 100%;
127130
}
128131

129132
footer ul {
130-
list-style-type: none;
131133
margin: 0;
132134
padding: 0;
135+
list-style-type: none;
133136
}
137+
footer .copyright {
138+
top: -8px;
139+
font-size: .75em;
140+
}
134141

135142
footer ul li {
136143
display: inline-block;
137144
}
138-
139145
a.social {
140146
display: inline-block;
141-
text-indent: -9999px;
142147
margin-left: 5px;
143148
width: 30px;
144149
height: 30px;
145150
background-size: 30px 30px;
151+
text-indent: -9999px;
146152
opacity: .4;
147153
transition: all .5s;
148154
}
@@ -162,30 +168,26 @@ a.social:hover {
162168
clear: both;
163169
}
164170

165-
footer .copyright {
166-
top: -8px;
167-
font-size: .75em;
168-
}
169-
170171
/* Styles for larger screens */
171172
@media screen and (min-width: 720px) {
172173

173174
.flex {
174175
display: -ms-flexbox; /* TWEENER - IE 10 */
175176
display: flex;
176-
max-width: 1200px;
177177
-ms-flex-pack: distribute;
178-
justify-content: space-around;
179178
margin: 0 auto;
179+
max-width: 1200px;
180+
181+
justify-content: space-around;
180182
}
181183

182184
header {
183185
min-height: 470px;
184186
}
185187

186188
.nav {
187-
max-width: 1200px;
188189
padding: 0 30px;
190+
max-width: 1200px;
189191
}
190192

191193

@@ -198,9 +200,9 @@ footer .copyright {
198200
}
199201

200202
footer {
201-
font-size: 1.3em;
202-
max-width: 1200px;
203203
margin: 40px auto;
204+
max-width: 1200px;
205+
font-size: 1.3em;
204206
}
205207

206208
}

0 commit comments

Comments
 (0)