-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 1.59 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="gl">
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1 class="page-header">Labs @ <a href="http://makerslugo.org">makers.lugo</a></h1>
<div>
<h3><a href="#electricidade">#</a> conceptos de electricidade</h3>
<p>Os seguintes exemplos amosan conceptos básicos de
electricidade, permitindo explorar interactivamente o significado da teoría.</p>
</div>
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading ">
<h3 class="panel-title">Divisor de tensión</h3>
</div>
<div class="panel-body text-center">
<a href="http://nosolosw.github.io/voltage-divider/index.gl.html"><img src="divisor-tension.png"></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading ">
<h3 class="panel-title">Lei de Ohm</h3>
</div>
<div class="panel-body text-center">
(próximamente)
</div>
</div>
</div>
</div>
</body>
</html>