-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapps.html
53 lines (52 loc) · 2.69 KB
/
apps.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<!-- THIS PAGE IS DEPRECATED -->
<html>
<head>
<meta charset="UTF-8">
<title>Spiffily Software</title>
<link rel="stylesheet" href="./index.css">
<link rel="icon" href="./favicon.png" type="image/png">
</head>
<body>
<div class="banner" style="background-image: url(./assets/spiffily-banner.png); height: 350px; background-size: 1080px 350px;"></div>
<div class="toolbar">
<img src="./assets/spiffily-star.png" style="height:37px;width:37px;" alt="Spiffy Star">
<a href="./"><h1>Home</h1></a>
<a href="./apps.html"><p>Apps</p></a>
<a href="./tutorials.html"><p>Tutorials</p></a>
<a href="./resources.html"><p>Resources</p></a>
<a href="./about.html"><p>About</p></a>
</div>
<div class="row">
<div>
<p><a href="https://github.com/Spiffily/">Spiffily Software</a> is a software development group which writes code. Yes.</p>
<p>That is to say, we are a group of developers who sees a need and responds by writing code. Our collection of code is hosted and published as a team. Our code, tutorials and resources are free and open-source forever. Please enjoy!</p>
</div>
</div>
<div class="banner row" style="background-image: url(./assets/cougar-backdrop.jpg);">
<img src="./assets/coronado-cougar.png" width="113" height="73"/>
<div>
<h1>The Coronado App</h1>
<div class="container">
<p>Sometimes it's just a little annoying to log into and check every single website that different teachers use (all for good reasons too)! Wouldn't it be nice if all the sites, notifications, assignments and calendars where in one place? Now they are. That's what this app if for.</p>
<p><b>The first release is scheduled for August 17!</b></p>
</div>
</div>
</div>
<div class="row">
<div>
<h1>Ignition</h1>
<p>The Linux world is full of apps. You could be looking for an app that does something, only to find that there are literally hundreds of options. Ignition will show you common apps for certain categories and explain their little nuances in an easy format. Just choose the ones to install, and Ignition will start the engine.</p>
</div>
<img src="assets/Armature.svg" height="128" alt="Armature"/>
</div>
<div class="banner row" style="background-image: url(./assets/Gaming\ Star.jpg);">
<div>
<h1>Game [ON] Linux</h1>
<div class="container">
<p>Gaming on Linux can be epic. Games are faster, drivers are plug and play, and you have the full control. All you need is a quick boost to get up and running. Game [ON] will install and configure everything to pick up and game, and then give all the control to you. Just click [ON].</p>
</div>
</div>
</div>
</body>
</html>