Skip to content

Commit 197c9ff

Browse files
committed
Update profile pic and fix typos
1 parent 1575bdd commit 197c9ff

File tree

2 files changed

+52
-45
lines changed

2 files changed

+52
-45
lines changed

images/me.jpg

429 KB
Loading

index.html

Lines changed: 52 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,62 @@
11
<!doctype html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="utf-8">
56
<title>Samuel Lopez' Profile</title>
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
78
<link rel="stylesheet" href="styles.css">
8-
<link href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900" rel="stylesheet"></head>
9-
<body>
10-
11-
<div class="main-nav">
12-
<ul class="nav">
13-
<li class="name">Samuel Lopez</li>
14-
<li><a href="#">Home</a></li>
15-
</ul>
9+
<link href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900" rel="stylesheet">
10+
</head>
11+
12+
<body>
13+
14+
<div class="main-nav">
15+
<ul class="nav">
16+
<li class="name">Samuel Lopez</li>
17+
<li><a href="#">Home</a></li>
18+
</ul>
19+
</div>
20+
21+
<header>
22+
<img src="images/me.jpg" alt="Samuel Profile Pic" class="profile-image">
23+
<h1 class="tag name">Hello, I’m Samuel.</h1>
24+
<p class="tag location">My home is Orange, California.</p>
25+
</header>
26+
27+
<main class="flex">
28+
<div class="card">
29+
<h2>Background</h2>
30+
<p>I’m an aspiring front-end web developer who loves everything about the web. I'm very excited to start my web
31+
developmet journey. I have a passion for simple, clean, and minimalistc design.</p>
32+
<p>I've been working as an IT professional for about 8 years now. Looking forward to bring my computer skills into
33+
practice to make my programming learning experience a better experience. </p>
1634
</div>
1735

18-
<header>
19-
<img src="images/me.jpg" alt="Samuel Profile Pic" class="profile-image">
20-
<h1 class="tag name">Hello, I’m Samuel.</h1>
21-
<p class="tag location">My home is Orange, California.</p>
22-
</header>
23-
24-
<main class="flex">
25-
<div class="card">
26-
<h2>Background</h2>
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>
29-
</div>
30-
31-
<div class="card">
32-
<h2>Goals</h2>
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>
35-
<ul class="skills">
36-
<li>HTML</li>
37-
<li>CSS</li>
38-
<li>JavaScript</li>
39-
<li>Ruby</li>
40-
<li>Rails</li>
41-
</ul>
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>
43-
</div>
44-
45-
</main>
46-
<footer>
47-
<ul>
48-
<li><a href="https://twitter.com/lopezamuelt" class="social twitter">Twitter</a></li>
49-
<li><a href="https://www.linkedin.com/in/samuelopez" class="social linkedin">LinkedIn</a></li>
50-
<li><a href="https://github.com/lopezamuel" class="social github">Github</a></li>
36+
<div class="card">
37+
<h2>Goals</h2>
38+
<p>I hope to learn an master the tools necessary to build beautiful and functional websites for the world.</p>
39+
<p>Some of my favorites languages are:</p>
40+
<ul class="skills">
41+
<li>HTML</li>
42+
<li>CSS</li>
43+
<li>JavaScript</li>
44+
<li>Ruby</li>
45+
<li>Rails</li>
5146
</ul>
52-
<p class="copyright">Copyright 2015, Samuel Lopez</p>
53-
</footer>
54-
</body>
55-
</html>
47+
<p>I’d like to switch carreers and work for a web design firm or become a freelancer to help clients create an
48+
impressive online presence.</p>
49+
</div>
50+
51+
</main>
52+
<footer>
53+
<ul>
54+
<li><a href="https://twitter.com/lopezamuelt" class="social twitter">Twitter</a></li>
55+
<li><a href="https://www.linkedin.com/in/samuelopez" class="social linkedin">LinkedIn</a></li>
56+
<li><a href="https://github.com/lopezamuel" class="social github">Github</a></li>
57+
</ul>
58+
<p class="copyright">Copyright 2015, Samuel Lopez</p>
59+
</footer>
60+
</body>
61+
62+
</html>

0 commit comments

Comments
 (0)