Skip to content

Commit 0f3b1a0

Browse files
committed
docs: add intro text
1 parent 9cfbcd6 commit 0f3b1a0

2 files changed

Lines changed: 29 additions & 21 deletions

File tree

website/index.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,15 @@
3232
<div class="section" data-anchor="introduction" style="--bg-img: url('data/intro_background.jpg')">
3333
<h1>Olympic Inequalities</h1>
3434
<h2>How have sociocultural, economic, and geopolitical contexts been reflected in the Olympics over time?</h2>
35-
<p>TODO: update intro</p>
3635
<p>
37-
The Olympic Games are often presented as a neutral celebration of human performance.
38-
But who gets to participate, who wins, and which countries dominate are shaped by
39-
much more than talent alone.
36+
At first glance, the Olympics look like so-called fair Games: the best atheletes compete, and the best win.
37+
But is it really that simple?
38+
The truth is, medals are influenced by much more than talent.
4039
</p>
41-
42-
<p>
43-
This project explores Olympic inequality through five axes: gender representation,
44-
geography of medal winners, athlete body types, geopolitical disruptions, and economic fairness.
45-
</p>
46-
4740
<p>
41+
Wealth, population, politics, and opportunities all play a role in who gets on the podium.
42+
We're going to see five axes behind medals in Olympics:
43+
gender representation, geography of medal winners, athlete body types, geopolitical disruptions, and economic fairness.
4844
Scroll through the story to see how social, political, and economic contexts have shaped
4945
the Games over time.
5046
</p>

website/styles.css

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,7 @@ body {
4646
}
4747

4848
.section {
49-
padding: 3%;
50-
}
51-
52-
.section[data-anchor="introduction"] {
53-
box-sizing: border-box;
54-
background-attachment: fixed;
55-
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--bg-img);
56-
background-position: center;
57-
background-repeat: no-repeat;
58-
background-size: cover;
49+
padding: 5%;
5950
}
6051

6152
/* Remove "Made with fullpage.js" link at bottom of page */
@@ -118,6 +109,7 @@ h2,
118109
h3,
119110
p {
120111
color: white;
112+
line-height: 1.15;
121113
}
122114

123115
body,
@@ -142,7 +134,6 @@ h1 {
142134
h2 {
143135
font-size: 40px;
144136
padding-bottom: 24px;
145-
line-height: 1.15;
146137
}
147138

148139
h3 {
@@ -152,6 +143,27 @@ h3 {
152143

153144
p {
154145
text-align: justify;
146+
padding-bottom: 6px;
147+
}
148+
149+
/* =============================================
150+
Introduction section
151+
=========================================== */
152+
153+
.section[data-anchor="introduction"] {
154+
box-sizing: border-box;
155+
background-attachment: fixed;
156+
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--bg-img);
157+
background-position: center;
158+
background-repeat: no-repeat;
159+
background-size: cover;
160+
display: flex;
161+
flex-direction: column;
162+
}
163+
164+
[data-anchor="introduction"] p {
165+
margin: 0 auto;
166+
width: 60%;
155167
}
156168

157169
/* =============================================

0 commit comments

Comments
 (0)