forked from developer-portal/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (42 loc) · 1.32 KB
/
index.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
---
layout: homepage
highlight_section: home
---
<div class="row" id="front-nav">
<div class="col-sm-3">
<a class="panel-link" href="/start.html">
<div class="panel panel-default">
<img src="/static/img/nav-start.png">
<h3>Start a project</h3>
<p>How to do web, mobile, Arduino, and RaspberryPi development on Fedora.</p>
</div>
</a>
</div>
<div class="col-sm-3">
<a class="panel-link" href="/tools.html">
<div class="panel panel-default">
<img src="/static/img/nav-tools.png">
<h3>Get tools</h3>
<p>Prepare your environment with DevAssistant and run it with Docker and Vagrant.</p>
</div>
</a>
</div>
<div class="col-sm-3">
<a class="panel-link" href="/tech.html">
<div class="panel panel-default">
<img src="/static/img/nav-tech.png">
<h3>Languages & databases</h3>
<p>Languages and their modules available in Fedora. Installing databases and their configuration.</p>
</div>
</a>
</div>
<div class="col-sm-3">
<a class="panel-link" href="/deployment.html">
<div class="panel panel-default">
<img src="/static/img/nav-deploy.png">
<h3>Deploy and distribute</h3>
<p>Package as an RPM. Distribute with Copr. Deploy to OpenShift.</p>
</div>
</a>
</div>
</div>