Skip to content

Commit e8ed1cd

Browse files
committed
Update frontpage subtitle
1 parent 648ab67 commit e8ed1cd

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

css/style-narrow.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
background: var(--dark-transparent-grey);
6161
color: white;
6262
padding: 4em;
63-
padding-bottom: 3em;
63+
padding-bottom: 2em;
6464
padding-top: 3em;
6565

6666
text-align: center;

css/style.css

+22-2
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,9 @@ div.logo-grid a:hover{
11231123
#banner .inner {
11241124
background: var(--dark-transparent-grey);
11251125
color: white;
1126-
padding: 4em;
1126+
padding: 3.5em;
1127+
padding-left: 4em;
1128+
padding-right: 4em;
11271129

11281130
text-align: center;
11291131
}
@@ -1139,7 +1141,23 @@ div.logo-grid a:hover{
11391141
padding-right: 20px;
11401142
}
11411143

1142-
h2.software {
1144+
h2.catchphrase {
1145+
font-size: 35px;
1146+
font-weight: 200 !important;
1147+
font-family: 'Catamaran', sans-serif;
1148+
color: #8acdd0;
1149+
margin-bottom: 0;
1150+
}
1151+
div.line{
1152+
margin: auto;
1153+
width: 200px;
1154+
height: 8px;
1155+
border-bottom: solid 2px #6ea4a6;
1156+
margin-bottom: 20px;
1157+
margin-top: 20px;
1158+
}
1159+
h2.software{
1160+
11431161
font-size: 74px;
11441162
font-weight: 700 !important;
11451163
font-family: 'Catamaran', sans-serif;
@@ -1164,6 +1182,8 @@ h2.software.small{
11641182
font-weight: 600;
11651183

11661184
padding: 0.5em;
1185+
padding-left: 1em;
1186+
padding-right: 1em;
11671187
text-transform: uppercase;
11681188

11691189
border: solid var(--light-grey) 1px;

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<h2 class="software">ossia score</h2>
3939
</div>
4040

41+
<div class="line"></div>
4142
<!-- Short description -->
42-
<h2 style="color:white; margin-bottom: 0;">A free, open-source, cross-platform intermedia sequencer</h2>
43-
<p> Enables precise and flexible scripting of interactive scenarios.
44-
<br/>
45-
Control and score any OSC-compliant software or hardware:
43+
<h2 class="catchphrase">A free and open-source sequencer</h2>
44+
45+
<p style="font-size: 20px;"> A <b>free, open-source, cross-platform intermedia sequencer </b> for precise and flexible scripting of <b>interactive</b> scenarios. <br/> Control and score any OSC-compliant software or hardware:
4646
Max/MSP, PureData, openFrameworks, Processing… </p>
4747
<br/>
4848
<!-- Download button -->
49-
<a href="/score/download.html" class="download">Download ossia score</a>
49+
<a href="/score/download.html" class="download">Download</a>
5050
</header>
5151

5252
</div>
@@ -73,7 +73,7 @@ <h2 style="text-align: center;" ><span class="title-section" style="color: black
7373
<img id="overlay-image" src="/assets/score.png"/>
7474
</div>
7575
<section id="index" class="dark-grey" >
76-
<h2 style="text-align: center;" ><a href="/score/features.html" class="title-section">Main features</a></h2>
76+
<h2 style="text-align: center;" ><a href="/score/features.html" class="title-section">A New Era for Digital Art</a></h2>
7777
<div class="feature-container">
7878
<div class="feature image-container">
7979
<img onclick="displayInOverlay(this.src)" src="/assets/score.png"/>
@@ -123,7 +123,7 @@ <h2>A scriptable, open software</h2>
123123
<div class="feature-container reversed">
124124
<div class="feature text" >
125125
<h2>Mixed modular & timeline workflow</h2>
126-
<p>ossia score allows to connect processes in a modular way directly from its timeline
126+
<p>Connect processes in a modular way directly from its timeline:
127127
<ul>
128128
<li>Switch between timeline and nodal view at any point to edit processes more precisely</li>
129129
<li>Create state-machine-like scores for atemporal scenarios</li>

0 commit comments

Comments
 (0)