Hide some overlay text on thinner viewports for responsiveness
This commit is contained in:
parent
f4a3e6c756
commit
c387efa60f
@ -105,10 +105,10 @@
|
|||||||
A bespoke book management system for
|
A bespoke book management system for
|
||||||
<a href="https://p.ota.to/">Potato</a>.
|
<a href="https://p.ota.to/">Potato</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p class="uk-visible@m">
|
||||||
Developed as part of a 4-person team for the Software Project Engineering unit at the University of Bristol.
|
Developed as part of a 4-person team for the Software Project Engineering unit at the University of Bristol.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p class="uk-visible@m">
|
||||||
The backend interfaces with a MySQL database to serve a REST API implemented in Spring. This Java application
|
The backend interfaces with a MySQL database to serve a REST API implemented in Spring. This Java application
|
||||||
is then deployed to the cloud. The frontend consists of static HTML using Bootstrap and Vue.js, served by the
|
is then deployed to the cloud. The frontend consists of static HTML using Bootstrap and Vue.js, served by the
|
||||||
internal Spring web-server - accessing and mutating the data through the REST API.
|
internal Spring web-server - accessing and mutating the data through the REST API.
|
||||||
@ -128,10 +128,10 @@
|
|||||||
<p>
|
<p>
|
||||||
A concurrent game of life implementation designed to run on a limited piece of hardware.
|
A concurrent game of life implementation designed to run on a limited piece of hardware.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p class="uk-visible@m">
|
||||||
Developed as part of a 2-person team for the Concurrent Computing unit at the University of Bristol.
|
Developed as part of a 2-person team for the Concurrent Computing unit at the University of Bristol.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p class="uk-visible@m">
|
||||||
This game of life implementation was written in
|
This game of life implementation was written in
|
||||||
<a href="https://en.wikipedia.org/wiki/XC_(programming_language)">XC</a>
|
<a href="https://en.wikipedia.org/wiki/XC_(programming_language)">XC</a>
|
||||||
and designed to run on the XMOS xCORE-200 eXplorer. The program runs concurrently across tiles, utilising
|
and designed to run on the XMOS xCORE-200 eXplorer. The program runs concurrently across tiles, utilising
|
||||||
|
Loading…
Reference in New Issue
Block a user