-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·93 lines (76 loc) · 3.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Przemyslaw Biecek">
<title>Tato! Kiedy ty wreszcie... </title>
<!-- Bootstrap core CSS
<link href="css/bootstrap.css" rel="stylesheet">-->
<link href='fonts/font-droid.css' rel='stylesheet' type='text/css'>
<!-- Add custom CSS here -->
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/lavish-bootstrap-sp.css" rel="stylesheet">
<style>
p {font-size:large}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5650686-7', 'biecek.pl');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-inverse" role="navigation" style="padding-bottom:0px">
<div class="container" style="padding-bottom:25px; padding-top:25px; ">
<a class="navbar-brand serif" href="index.html" style="font-size:xx-large">Tato! Kiedy ty wreszcie...</a><br/><br/>
<br/>
<div class="navbar-header">
<a class="navbar-brand" href="indexGrafy.html">Grafy nad Odrą</a>
<a class="navbar-brand" href="indexCalka.html">Całka</a>
<a class="navbar-brand" href="indexBieszczady.html">Bieszczady</a>
</div>
</div><!-- /.container -->
</nav>
<div class="section" id="Top">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h2>Co to za opowiadania?</h2>
<p >Kiedyś moje 8 letnie dziecko zaytało mnie z wyraźnym wyrzutem <i>Tato! Kiedy ty mi wreszcie wytłumaczysz, co to jest DNA!</i> To pytanie zwaliło mnie z nóg. Całe szczęście, że akurat siedziałem na kanapie. Taka żądza wiedzy!</p>
<p >Wtedy to własnie zrodził się pomysł na te opowiadania. Czasem o nauczaniu myślimy jak o procesie w którym to dorosły robi co może, by coś wyjaśnić dziecku i jeszcze przekonać dziecko, że warto tego słuchać.
Ale jak wyglądają dialogi w sytuacji, gdy to dziecko jest hiper ciekawe świata i siłą wyciąga od rodzica skrawki wiedzy?</p>
<p >Jak by to wyglądało? Zobaczmy!</p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
<div class="section-colored" id="Footer">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12"><center>
<p ><br/>
Udostępnione na licencji Creative Common <a href="http://pl.wikipedia.org/wiki/Uznanie_autorstwa">BY</a> & <a href="http://pl.wikipedia.org/wiki/Na_tych_samych_warunkach">SA</a> <img width="20px" src="grafika/Cc.logo.circle.svg"/> <img width="20px" src="grafika/Cc-sa_white.svg"/> <img width="20px" src="grafika/Cc-by_new_white.svg"/>
<br/>
Przemysław Biecek, <i>Tato! Kiedy ty wreszcie...</i>, <br/>Fundacja Naukowa <a href="http://www.smarterpoland.pl">SmarterPoland.pl</a>
</p></center></div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script
// Activates the Carousel
$('.carousel').carousel({
interval: 5000
})
// Activates Tooltips for Social Links
$('.tooltip-social').tooltip({
selector: "a[data-toggle=tooltip]"
})
></script>
</body>
</html>