Skip to content

Commit 2571859

Browse files
committed
organize structure
1 parent 3451460 commit 2571859

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ h1 {
6464
text-transform: uppercase;
6565
}
6666
h2 {
67-
font-size: 30px;
67+
font-size: 24px;
6868
font-family: "Montserrat", Helvetica, Arial, sans-serif;
6969
text-transform: uppercase;
7070
}

index.html

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,37 @@ <h1><span id="name">Ewart Jackson</span></h1>
1212
<h2> Web Developer + Designer</h2>
1313
<p>4790 32nd Ave S, Seattle, WA, 98122</p>
1414
<p>ewartjackson@icloud.com <a href="www.onlywinnerslive.com">www.onlywinnerslive.com</a></p><!-- remove blue link stlign-->
15+
<nav>
16+
<ul>
17+
<li>Profile</li>
18+
<li>Skills</li>
19+
<li>Portfolio</li>
20+
<li>Work Experience</li>
21+
<li>Training</li>
22+
<li>Education</li>
23+
<li>Store</li>
24+
</ul>
25+
</nav>
1526
</header>
1627
</div><!-- closes side-panel -->
1728
<div id="main">
1829
<div class="panel">
19-
<div class="box">
20-
<img>
21-
</div>
30+
<div class="box">
31+
<img src="./img/">
32+
</div>
33+
</div>
34+
<div class="panel">
35+
<div class="box">
36+
<section class="skills">
37+
<h2>Skills</h2>
38+
<h3>Graphic Design</h3>
39+
<h3>HTML & CSS</h3>
40+
<h3>Javascript & JQuery</h3>
41+
<h3>Project Management</h3>
42+
</section>
43+
</div>
44+
</div>
45+
<div class="panel">
2246
<div class="box">
2347
<section class="work-experience">
2448
<h2>Work Experience</h2>
@@ -35,12 +59,7 @@ <h4>OnlyWinnersLive | NY, NY | 2012 - Present</h4>
3559
</div>
3660
<div class="panel">
3761
<div class="box">
38-
<section class="skills">
39-
<h2>Skills</h2>
40-
<h3>Graphic Design</h3>
41-
<h3>HTML & CSS</h3>
42-
<h3>Javascript & JQuery</h3>
43-
<h3>Project Management</h3>
62+
<section class="portfolio">
4463
</section>
4564
</div>
4665
</div>
@@ -58,6 +77,7 @@ <h3>Lynda</h3>
5877
<p>Project Management Specialization</p>
5978
</section>
6079
</div>
80+
</div>
6181
<div class="panel">
6282
<div class="box">
6383
<section class="eductaion">

0 commit comments

Comments
 (0)