Skip to content

Commit af6d472

Browse files
committed
Add useful links to our websites
1 parent 9587952 commit af6d472

4 files changed

Lines changed: 219 additions & 5 deletions

File tree

RustaceansKenya-icon.svg

Lines changed: 200 additions & 1 deletion
Loading

favicon.png

51.1 KB
Loading

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="styles/frow.min.css">
99
<link rel="stylesheet" href="styles/main.css">
1010
<link rel="stylesheet" href="fonts/fonts.css">
11+
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
1112

1213
</head>
1314

@@ -24,12 +25,18 @@ <h1 class="frow color-primary font-brizel-regular font-size-300">Rustaceans Keny
2425
<h3 class="color-primary">Collaboration and Meetups for the Rust Programming Language Community in
2526
Kenya.</h3>
2627
</div>
27-
<div class="frow row-around mt-50 font-size-150 justify-around">
28-
<div class="frow button-link mr-50">
29-
<a class="color-primary" href="#">Projects</a>
28+
<div class="frow w-50 row-around mt-50 font-size-150 justify-around">
29+
<div class="frow button-link">
30+
<a class="color-primary" href="https://github.com/RustaceansKenya/">Github</a>
31+
</div>
32+
<div class="frow button-link">
33+
<a class="color-primary" href="https://t.me/+G8BrYdWiqhNjMWRk">Telegram</a>
34+
</div>
35+
<div class="frow button-link">
36+
<a class="color-primary min-width-100" href="https://x.com/RustaceansKenya">X</a>
3037
</div>
3138
<div class="frow button-link">
32-
<a class="color-primary" href="#">Showcase</a>
39+
<a class="color-primary min-width-100" href="https://github.com/RustaceansKenya/Brand-Collateral/blob/master/RustaceansKenya-Partnerships-deck.pdf">Partnerships</a>
3340
</div>
3441
</div>
3542
</div>

styles/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ body {
7474
border: 2px solid #C03A31;
7575
border-radius: 30px;
7676
padding: 10px 15px;
77+
min-width: 50px;
7778

7879
}
7980

@@ -120,4 +121,11 @@ body {
120121

121122
.bg-color-tertiary {
122123
background-color: #FFFFFF;
124+
}
125+
126+
.w-50 {
127+
width: 50% !important;
128+
}
129+
.min-width-100 {
130+
width: 100px;
123131
}

0 commit comments

Comments
 (0)