forked from IRNAS/irnas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
54 lines (49 loc) · 2.14 KB
/
services.html
File metadata and controls
54 lines (49 loc) · 2.14 KB
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
54
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>IRNAS :: Services</title>
<link rel="stylesheet" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/irnas-logo.png" alt="IRNAS" /></a>
</div>
<ul class="nav navbar-nav nav-collapse" id="menu">
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="services.html" class="selected">Services</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="collaboration.html">Collaboration</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<h1>Services</h1>
<p>Our development ranges from designing mechanical parts to electronics, from 3D printing to programming in Django. We create applied systems, incorporating a large number of technical fields.</p>
<p>A more detailed presentation will be available shortly.</p>
<footer>
<p>Copyright © 2014 - IRNAS</p>
<p><small>Hosted on GitHub Pages</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/bootstrap.min.js"></script>
</body>
</html>