Skip to content

Commit 0ac93e5

Browse files
committed
fix: adjusted the home screen text width
1 parent e6b5cf8 commit 0ac93e5

File tree

6 files changed

+27
-35
lines changed

6 files changed

+27
-35
lines changed
456 KB
Loading

public/images/president-mabel.png

169 KB
Loading

src/app/pages/home/home.component.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
.welcome {
1212
text-align: center;
1313
color: theme.$code-text;
14-
}
14+
max-width: 90vw;
1515

16-
h2 {
17-
font-size: 1.5rem;
16+
h2 {
17+
font-size: 1.5rem;
18+
}
1819
}
1920

2021
@keyframes pulse {

src/app/pages/readme/readme.component.html

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>
88
<fa-icon [icon]="arrowIcon" animation="bounce"></fa-icon>
99
</header>
1010

11-
<article class="content main-content">
11+
<article class="content">
1212
<section>
1313
<h2>History</h2>
1414
<p>
@@ -23,28 +23,25 @@ <h2>History</h2>
2323
</section>
2424
<section class="pres-container">
2525
<div class="pres-image-container">
26-
<img src="images/president.jpg" alt="President of the CSSS" />
26+
<img src="images/president-mabel.png" alt="President of the CSSS" />
2727
</div>
2828
<div class="pres-content">
29-
<h2>Message from El Presidente</h2>
29+
<h2>President's Address</h2>
3030
<p>
31-
Yass queen, slay all day, bet! I'm shooketh, TBH fam, that meme's lit AF. SMH my head,
32-
bruh, that's a big mood. Low-key vibin', no cap. This is the tea, sis, sippin' it. If you
33-
ain't yeeting, you ain't trying. FOMO's real, YOLO, amirite? Legit squad goals. OMG, that
34-
hit different. Stan culture, flexin' on the gram. Bruh, I'm deceased, sending it to the
35-
group chat. Big brain energy, boomer alert. Oof, that's a yikes from me, dawg. Thirst
36-
trap, TFW, can't even. Sksksk and I oop, VSCO vibes. Dank memes, let's get this bread,
37-
stay woke. Ratioed, straight fire, fam. Glow up, hella extra. Spoopy season, I was today
38-
years old. It's the clout for me. Hard pass, fight me IRL. Snatched, fam, squad up, finna
39-
bounce. Deadass, no lie, TL;DR, that's sus. Big oof, wholesome 100. Poggers, y'all.
40-
Highkey goals, ship it. I can't even. Yeet or be yeeted, on fleek. Chief called, this
41-
ain't it. Bae AF, we stan. IDK man, just vibing. Bet, that's on periodt. Stan Twitter, wig
42-
flew. OTP, that glow up tho. No chill, full send. Defo not okay. TFW, mood, aesthetic.
43-
SMH, triggered. Flex, bruh, goals AF. I'm baby, uwu. Fr though, meme lord. Spill the tea,
44-
shook. Bet, pop off, king. Whomst'd've, boomer energy. Yas, slay. RIP, next level. Big
45-
facts, no printer. Cancelled, full send, vibes.
31+
Hi everyone!
4632
<br />
47-
- Mabel, CSSS President
33+
My name is Mabel and welcome to the Computing Science Student Society! We have an amazing
34+
team of students here to bring you a year packed with technical events, career building
35+
workshops, hackathons, games nights, karaoke, hikes, and many other social events where
36+
you can meet like-minded people. We're here to build a strong and inclusive community, so
37+
there's room for everyone to share their ideas and get involved themselves! Feel free to
38+
say hello to myself or any of the execs if you see us on campus. We're based in ASB 9971
39+
where many of our community members enjoy studying, hanging out, and using our various
40+
amenities (ahem, coffee!). Here's to a great year and hope to see you around! <br />
41+
<br />
42+
Cheers,<br />
43+
Mabel Ling <br />
44+
CSSS President
4845
</p>
4946
</div>
5047
</section>
@@ -65,17 +62,17 @@ <h3>How can we connect with you?</h3>
6562
<nav>
6663
<a routerLink="/common-room">
6764
<code-card bgImg="images/common-room.jpg">
68-
<h2><strong>Visit our Common Room</strong></h2>
65+
<h2><strong>The Common Room</strong></h2>
6966
</code-card>
7067
</a>
7168
<a routerLink="/officers">
7269
<code-card bgImg="images/team.jpg">
73-
<h2><strong>Meet the Officers</strong></h2>
70+
<h2><strong>Meet the officers</strong></h2>
7471
</code-card>
7572
</a>
7673
<a routerLink="/elections">
7774
<code-card bgImg="images/getinvolved.jpg">
78-
<h2><strong>Get Involved</strong></h2>
75+
<h2><strong>Get involved</strong></h2>
7976
</code-card>
8077
</a>
8178
<a routerLink="/events">

src/app/pages/readme/readme.component.scss

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use 'globals' as g;
2-
@use 'theme' as t;
32

43
.wrapper {
54
height: 96svh;
@@ -46,7 +45,7 @@ header {
4645
}
4746
}
4847

49-
.main-content {
48+
.content {
5049
position: relative;
5150
display: flex;
5251
flex-direction: column;
@@ -112,11 +111,3 @@ header {
112111
}
113112
}
114113
}
115-
116-
.type-in {
117-
display: block;
118-
}
119-
120-
.faq a {
121-
color: t.$accent;
122-
}

src/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ a.csss-link {
4141
}
4242

4343
article.content {
44+
line-height: 1.5;
4445
header {
4546
margin-top: 5svh;
4647
}
@@ -59,10 +60,12 @@ article.content {
5960

6061
h2 {
6162
font-size: globals.$h2-font-size;
63+
margin: 1.5rem 0 0.5rem;
6264
}
6365

6466
h3 {
6567
margin: 1.5rem 0 0.5rem;
68+
font-size: globals.$h3-font-size;
6669
}
6770

6871
p {

0 commit comments

Comments
 (0)