Skip to content

Commit 38b5e51

Browse files
authored
chore: Updated and added references to various club projects (#199)
1 parent e1ed2f1 commit 38b5e51

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

remote_repos/project_repos.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"UniPath.io" : "https://github.com/UMLCloudComputing/UniPath.io",
33
"UniBot": "https://github.com/UMLCloudComputing/UniBot",
44
"react-mui-resume": "https://github.com/UMLCloudComputing/react-mui-resume",
5-
"Immersion": "https://github.com/UMLCloudComputing/immersion"
5+
"Immersion": "https://github.com/UMLCloudComputing/immersion",
6+
"Immersion-Dashboard": "https://github.com/UMLCloudComputing/immersion-dashboard/"
67
}

remote_repos/resources_repos.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"uml-class-resources" : "https://github.com/UMLCloudComputing/UML-Class-Resources"
2+
"uml-class-resources" : "https://github.com/UMLCloudComputing/UML-Class-Resources",
3+
"api-workshop" : "https://github.com/UMLCloudComputing/api-workshop"
34
}

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const LandingPageUMLClassResources = () => (
193193
<div class="hero shadow--lw">
194194
<div class="container">
195195
<h1 class="hero__title classResources_theme_hero_text">UML Class Resources</h1>
196-
<p class="hero__subtitle">Academic Resources. For Students, by Students.</p>
196+
<p class="hero__subtitle">Academic Resources<br/>For Students, by Students</p>
197197
<div style={{paddingBottom: '25px'}}>
198198
<Link to="https://github.com/UMLCloudComputing/UML-Class-Resources" class="button button--secondary button--outline button--lg" >GitHub</Link>
199199
</div>
@@ -205,7 +205,7 @@ const LandingPageAttendanceBot = () => (
205205
<div class="hero shadow--lw">
206206
<div class="container">
207207
<h1 class="hero__title ">Attendance Bot</h1>
208-
<p class="hero__subtitle">Discord Attendance Bot for event tracking. Powered by the Cloud.</p>
208+
<p class="hero__subtitle">Discord Attendance Bot for event tracking<br/>Powered by the Cloud.</p>
209209
<div style={{paddingBottom: '25px'}}>
210210
<Link to="https://github.com/UMLCloudComputing/attendance" class="button button--secondary button--outline button--lg" >GitHub</Link>
211211
</div>

0 commit comments

Comments
 (0)