-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-single.html
184 lines (134 loc) · 9.34 KB
/
blog-single.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Robert Saternus - portfolio webdevelopera</title>
<meta name = "description" content ="Portfolio freelancera - webdevelopera. Tworzenie stron internetowych, wizytówek, portfolia, sklepy internetowe, blogi, aplikacje. Potrzebujesz stworzyć wyjątkową stronę, serwis lub sklep internetowy. Zajrzyj tutaj!"/>
<meta name ="keywords" content = "portfolio webdevelopera, tworzenie stron internetowych, sklep internetowy, strona www, serwis internetowy, portfolio"/>
<meta name="author" content="Robert Saternus">
<link href="http://fonts.googleapis.com/css?family=Lato:400,900&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/icon">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/mainpage.css">
<link rel="stylesheet" type="text/css" href="css/media-queries.css">
</head>
<body id="blogPost">
<div class="cover"></div>
<header id="projects_menu">
<!--STICKY BAR-->
<div id="header-top">
<div class="burger"><i class="fa fa-bars" aria-hidden="true"></i>MENU</div>
<div class="traggle-menu">
<i class="fa fa-times-circle close" aria-hidden="true"></i>
<div class="logo">
<img class="logo" src="img/logo.jpg" alt="robert saternus">
</div>
<nav>
<ul>
<li class="scroll"><a href="#home"><i class="fa fa-home" aria-hidden="true"></i>HOME</a></li>
<li class="scroll"><a href="#kim"><i class="fa fa-user" aria-hidden="true"></i>KIM JESTEM?</a></li>
<li class="scroll tech"><a href="#technologie"><i class="fa fa-cogs" aria-hidden="true"></i>TECHNOLOGIE</a></li>
<li class="scroll"><a href="#projekty"><i class="fa fa-rocket" aria-hidden="true"></i>PROJEKTY</a></li>
<li class="scroll"><a href="#testimonials"><i class="fa fa-comments" aria-hidden="true"></i>OPINIE</a></li>
<li class="scroll"><a href="#blog"><i class="fa fa-newspaper-o" aria-hidden="true"></i>BLOG</a></li>
<li class="scroll"><a href="#kontakt"><i class="fa fa-envelope" aria-hidden="true"></i>KONTAKT</a></li>
<li><a href="#"><i class="fa fa-cube" aria-hidden="true"></i>BEZPŁ. WYCENA</a></li>
</ul>
</nav>
<ul class="social-media">
<li><a href="https://github.com/Rayn93"><i class="fa fa-github-square" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/robert-saternus-91b931107/"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
<li><a href="https://www.facebook.com/robert.saternus.5"><i class="fa fa-facebook-square" aria-hidden="true"></i></a></li>
</ul>
<ul class="languages">
<li><a class="active" href="#home">PL</a></li>
<li><a href="#home">ENG</a></li>
</ul>
</div>
<div class="icons-header">
<ul>
<li><a href="#" data-toggle="modal" data-target="#search-modal"><i class="fa fa-search" aria-hidden="true"></i></a></li>
<li><a href="#" data-toggle="modal" data-target="#login-modal"><i class="fa fa-user" aria-hidden="true"></i></a></li>
<li><a href="index.html"><i class="fa fa-home" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<!--end sticky bar-->
<!-- Modal with searching form -->
<div id="search-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3 class="modal-title">SZUKAJ NA RANKINGOWCU</h3>
</div>
<div class="modal-body">
<form class="form-inline">
<div class="form-group">
<label class="sr-only" for="search-input">Amount (in dollars)</label>
<div class="input-group">
<div class="input-group-addon"><i class="fa fa-search" aria-hidden="true"></i></div>
<input type="text" class="form-control" id="search-input" placeholder="Szukana fraza...">
</div>
</div>
<button type="submit" class="btn btn-success btn-lg">Szukaj</button>
</form>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Zamknij</button>
</div>
</div>
</div>
</div>
</div>
<!--Top Imagine for static pages-->
<div class="container-fluid nopadding">
<div class="row nomargin">
<div class="static-top">
<img class="img-background" src="img/slide2.jpg" alt="news">
<div class="infoBox">
<span>16 marzec 2018</span> |
<span>Robert Saternus</span>
</div>
<h1>Silny wstrząs sejsmiczny w Bytomiu. <br /> 3 osoby ranne</h1>
</div>
</div>
</div>
<!--END Object top info-->
</header>
<main>
<article>
<div class="container simpleArticle">
<div class="row">
<div class="col-lg-12">
<p>Never in all their history have men been able truly to conceive of the world as one: a single sphere, a globe, having the qualities of a globe, a round earth in which all the directions eventually meet, in which there is no center because every point, or none, is center — an equal earth which all men occupy as equals. The airman's earth, if free men make it, will be truly round: a globe in practice, not in theory.</p>
<p>Science cuts two ways, of course; its products can be used for both good and evil. But there's no turning back from science. The early warnings about technological dangers also come from science.</p>
<p>What was most significant about the lunar voyage was not that man set foot on the Moon but that they set eye on the earth.</p>
<p>A Chinese tale tells of some men sent to harm a young girl who, upon seeing her beauty, become her protectors rather than her violators. That's how I felt seeing the Earth for the first time. I could not help but love and cherish her.</p>
<p>For those who have seen the Earth from space, and for the hundreds and perhaps thousands more who will, the experience most certainly changes your perspective. The things that we share in our world are far more valuable than those which divide us.</p>
<h3>The Final Frontier</h3>
<p>There can be no thought of finishing for ‘aiming for the stars.’ Both figuratively and literally, it is a task to occupy the generations. And no matter how much progress one makes, there is always the thrill of just beginning.</p>
<p>There can be no thought of finishing for ‘aiming for the stars.’ Both figuratively and literally, it is a task to occupy the generations. And no matter how much progress one makes, there is always the thrill of just beginning.</p>
<p>Spaceflights cannot be stopped. This is not the work of any one man or even a group of men. It is a historical process which mankind is carrying out in accordance with the natural laws of human development.</p>
<h3>Reaching for the Stars</h3>
<p>As we got further and further away, it [the Earth] diminished in size. Finally it shrank to the size of a marble, the most beautiful you can imagine. That beautiful, warm, living object looked so fragile, so delicate, that if you touched it with a finger it would crumble and fall apart. Seeing this has to change a man.</p>
<img src="img/slide2.jpg" alt="">
<span class="caption">To go places and do things that have never been done before – that’s what living is all about.</span>
<p>Space, the final frontier. These are the voyages of the Starship Enterprise. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before.</p>
<p>As I stand out here in the wonders of the unknown at Hadley, I sort of realize there’s a fundamental truth to our nature, Man must explore, and this is exploration at its greatest.</p>
</div>
</div>
</div>
</article>
</main>
<footer> © Projekt i realizacja: Robert Saternus 2016</footer>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/pace.min.js"></script>
<script src="js/main_script.js"></script>
</body>
</html>