Skip to content

Commit dd236d4

Browse files
committed
adjusted middle content
1 parent 4a51361 commit dd236d4

File tree

2 files changed

+68
-18
lines changed

2 files changed

+68
-18
lines changed

about.html

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,46 +40,49 @@ <h4>About</h4>
4040

4141
<section class="about-main-content">
4242

43-
<section class="colmun">
43+
<div>
4444
<img src="img/about-plan.png" alt="strategy">
45-
4645
<h2>Strategy</h2>
4746

4847
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
4948

5049
<a href="#">Learn More</a>
50+
</div>
5151

52-
52+
<div>
5353
<img src="img/about-working.png" alt="strategy">
5454

55-
How We Work
55+
<h2>How We Work</h2>
5656

57-
Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
58-
59-
Learn More
57+
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
6058

59+
<a href="#"> Learn More</a>
60+
</div>
6161

6262

63+
<div>
6364
<img src="img/about-office.png" alt="strategy">
6465

65-
Places We Work
66+
<h2>Places We Work</h2>
6667

67-
Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
68-
69-
Learn More
68+
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
7069

70+
<a href="#"> Learn More</a>
71+
</div>
72+
<div>
7173
<img src="img/about-meeting.png" alt="strategy">
7274

73-
Collaboration
75+
<h2>Collaboration</h2>
7476

75-
Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.
77+
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
7678

77-
Learn More
79+
<a href="#"> Learn More</a>
80+
</div>
7881
</section>
7982
</section>
80-
Let's Work Together
83+
<h2>Let's Work Together</h2>
8184

82-
Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
85+
<p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.</p>
8386

8487
</section>
8588
<footer>

css/index.css

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,52 @@ p {
282282
}
283283

284284
.about-main-content {
285-
286-
}
285+
display: flex;
286+
justify-content: space-between;
287+
flex-flow: row wrap;
288+
}
289+
290+
.about-main-content div {
291+
width: 50%;
292+
margin-bottom: 15px;
293+
border-bottom: 1px dashed black;
294+
}
295+
296+
.about-main-content div h2 {
297+
298+
}
299+
300+
.about-main-content div p {
301+
302+
}
303+
304+
.about-main-content div a {
305+
border: 2px solid black;
306+
padding: 5px 20px;
307+
border-radius: 20%;
308+
309+
}
310+
311+
/* footer {
312+
bottom: 0;
313+
height: 50px;
314+
width: 53%;
315+
overflow: hidden;
316+
background: black;
317+
position: absolute;
318+
}
319+
320+
.home-foot nav {
321+
width: 60%;
322+
display: flex;
323+
justify-content: space-between;
324+
align-items: center;
325+
padding: 20px 2%;
326+
font-size: 14px;
327+
}
328+
329+
.home-foot nav a {
330+
color: white;
331+
text-decoration: none;
332+
333+
} */

0 commit comments

Comments
 (0)