Skip to content

Commit 3b830f2

Browse files
committed
project name change and welcome page revision
1 parent 6163946 commit 3b830f2

6 files changed

Lines changed: 12 additions & 24 deletions

File tree

File renamed without changes.

assets/images/explore-topics.png

-1.2 KB
Loading

assets/images/feedback.png

-278 Bytes
Loading

assets/images/need-help.png

-1.07 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<div class="header-left">
1515
<button id="menu-toggle" class="menu-toggle"></button>
1616

17-
<a href="/" class="brand" aria-label="OLI Torus Launchpad (home)">
17+
<a href="/" class="brand" aria-label="OLI Torus Tutorial Hub (home)">
1818
<img src="assets/images/logo.png" alt="" class="brand-logo" aria-hidden="true" />
1919
<span class="brand-oli">OLI</span>
2020
<span class="brand-torus">Torus</span>
21-
<span class="brand-sub">Launchpad</span>
21+
<span class="brand-sub">Tutorial Hub</span>
2222
</a>
2323

2424
<a href="https://proton.oli.cmu.edu/" class="open-torus" target="_blank">LAUNCH TORUS</a>

pages/introduction/welcome.html

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Welcome to OLI Torus Launchpad!</title>
5+
<title>Welcome to the OLI Torus Tutorial Hub</title>
66
<style>
77
:root {
88
--bg1:#3657f0;
@@ -83,15 +83,9 @@
8383
font-weight: 700;
8484
margin: 1px 0 24px;
8585
color: #ffffff;
86-
text-decoration: underline;
87-
text-underline-offset: 6px;
88-
text-decoration-thickness: 2px;
89-
text-decoration-color: rgba(255, 255, 255, 0.8);
90-
}
91-
.subheading:hover {
92-
transform: translateY(-3px);
93-
transition: transform 0.2s ease;
86+
9487
}
88+
9589
.subheading img {
9690
width: 30px;
9791
height: 30px;
@@ -100,12 +94,6 @@
10094
transform: translateY(2px);
10195
}
10296

103-
.subheading img:hover {
104-
transform: translateY(-3px);
105-
transition: transform 0.2s ease;
106-
}
107-
108-
10997
.vertical-cards {
11098
display: flex;
11199
flex-direction: column;
@@ -169,21 +157,21 @@
169157
<div>
170158
<div class="title-wrapper">
171159
<span class="title-light">Welcome to </span>
172-
<span class="title-bold">OLI Torus Launchpad</span>
160+
<span class="title-bold">OLI Torus Tutorial Hub</span>
173161
</div>
174162

175163
<p class="lede">
176-
The Torus Launchpad is your all-in-one hub for learning how to design, teach,
164+
The Torus Tutorial Hub is your all-in-one hub for learning how to design, teach,
177165
and experience courses on OLI Torus platform.
178166
</p>
179167
</div>
180168

181169
<h2 class="subheading">
182170
<img src="assets/images/Question-Circle.png" alt="How-to icon" />
183-
<span>How to Use Torus Launchpad</span>
171+
<span>How to Use the Torus Tutorial Hub</span>
184172
</h2>
185173

186-
<section class="vertical-cards" aria-label="Learn about the Launchpad">
174+
<section class="vertical-cards" aria-label="Learn about the Tutorial Hub">
187175
<div class="info-card">
188176
<img src="assets/images/pick-your-role.png" alt="Pick Your Role" />
189177
<div class="info-text">
@@ -193,18 +181,18 @@ <h2>Pick Your Role</h2>
193181
</div>
194182

195183
<div class="info-card">
196-
<img src="assets/images/explore-topics.png" alt="Sidebar icon" />
184+
<img src="assets/images/explore-topics.png" alt="Menu icon" />
197185
<div class="info-text">
198186
<h2>Explore Topics</h2>
199-
<p>Use the <strong>Sidebar</strong> on the left to browse video tutorials by role and task.</p>
187+
<p>Use the <strong>Menu</strong> on the left to browse video tutorials by role and task.</p>
200188
</div>
201189
</div>
202190

203191
<div class="info-card">
204192
<img src="assets/images/search-features.png" alt="Search icon" />
205193
<div class="info-text">
206194
<h2>Search Features</h2>
207-
<p>Type keywords in the <strong>Search Bar</strong> on the top bar to instantly find related video tutorials.</p>
195+
<p>Type keywords in the <strong>Search Bar</strong> on the top to instantly find related video tutorials.</p>
208196
</div>
209197
</div>
210198

0 commit comments

Comments
 (0)