Skip to content

Commit 3d186d1

Browse files
committed
Added links to sdk
1 parent 6393e6a commit 3d186d1

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/HomePage.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ export default class HomePage extends React.Component {
226226
APIs, programming, and new technologies, then come along and dive right in!`} heading={5} align={'left'} />
227227
<TextView text={`At the end of the event, you can show off what you've built
228228
and learned by presenting to everyone who attended!`} heading={5} align={'left'} />
229+
<TextView text={`Here are some resources to get you started:`} heading={5} align={'left'} />
230+
<ButtonView text={`PYTHON`} link={`https://github.com/uclapi/uclapyi`} type={`alternate`}/>
231+
<ButtonView text={`JAVASCRIPT`} link={`https://github.com/uclapi/uclapi-openapi/tree/master/examples/node`}/>
232+
<ButtonView text={`DOCS`} link={`uclapi.com/docs`} type={`alternate`} />
229233
</Column>
230234
</Row>
231235

src/styles/uclapi-hackathon.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ pre {
584584
.hackathon-table {
585585
border-collapse: collapse;
586586
margin: 30px 0;
587+
width: 100%;
587588

588589
td {
589590
vertical-align: center;

0 commit comments

Comments
 (0)