-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
183 lines (157 loc) · 7.09 KB
/
blog.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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8">
<title>Pavel Šťastný</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="blogs" name="keywords">
<meta content="my notes, blogs, articles - from Pavel" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Sen&display=swap" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Static navbar -->
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Pavel Šťastný</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#kdo-jsem">O mně</a></li>
<li><a href="work.html">Moje projekty</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Kontakt</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<!-- +++++ First Post +++++ -->
<section id="grey" class="blog-post">
<div class="container">
<div class="row">
<div class="col-sm-3 col-sm-offset-1 col-lg-3 col-lg-offset-2 ">
<a href="blog02.html"><img src="img/blog/CS50.png" alt="small CS50 Icon" style="max-height: 200px; " class="center-block img-responsive img-blog-head"></a>
</div>
<div class="col-sm-6 col-lg-5">
<a href="blog02.html">
<h3>CS50's Introduction to Computer Science</h3>
</a>
<p>Na tomto místě bych chtěl sepsat, co jsem se naučil v kurzu CS50 a zároveň tento kurz i trošku subjektivně
ohodnotit. Kurz se zaměřuje na základy informatiky, pochopení základních principů počítačových věd a algorimizace problémů.
<br>
<a href="blog02.html">Číst více...</a>
<br>
<bd>14.12.2020</bd>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</section>
<!-- /grey -->
<!-- Post -->
<section id="white" class="blog-post">
<div class="container">
<div class="row">
<div class="col-sm-3 col-sm-offset-1 col-lg-3 col-lg-offset-2 ">
<a href="blog01.html"><img src="img/blog/FSOpen2020.png" alt="small FSOpen2020 icon" style="max-height: 200px; " class="center-block img-responsive img-blog-head"></a>
</div>
<div class="col-sm-6 col-lg-5">
<a href="blog01.html">
<h3>O kurzu Full stack open 2020</h3>
</a>
<p>V kurzu jsem zatím dokončil osm kapitol. Splnil jsem tak všechny povinné kapitoly (0 až 7). V článku si
můžete přečíst moje postřehy o kurzu, co se v kurzu učí, a proč ho považuju za velmi kvalitní a přínosný.
<br>
<a href="blog01.html">Číst více...</a><br>
<bd>20.11.2020</bd>
</p>
</div>
</div>
</div>
<!-- /row -->
<!-- /container -->
</section>
<!-- /grey -->
<!-- +++++ Footer Section v1.03 +++++ -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 col-xs-6">
<h4 id="kontakt">Odkazy</h4>
<p>
<a href="https://www.facebook.com/pavel.stastny.9" target="_blank"> <img class="SSicon" src="img/FBlogo.png" alt="FB-Icon"></a><a
href="https://www.facebook.com/pavel.stastny.9"> Facebook </a><br>
<a href="https://is.muni.cz/osoba/433999" target="_blank"> <img class="SSicon" src="img/muni.jpg" alt="Muni-Icon"></a><a href="https://is.muni.cz/osoba/433999"> IS
MUNI</a><br>
<a href="https://www.linkedin.com/in/pavel-stastny-155539150" target="_blank"> <img class="SSicon" src="img/INlogo.png" alt="IN-Icon"></a><a
href="https://www.linkedin.com/in/pavel-stastny-155539150">
LinkedIn</a> <br>
<a href="https://www.freecodecamp.org/paulicz44" target="_blank"> <img class="SSicon" src="img/FCCIcon.png" alt="FCC-Icon"></a><a
href="https://www.freecodecamp.org/paulicz44"> FCC profil</a> <br>
<a href="https://github.com/PauliCZ44" target="_blank"> <img class="SSicon" src="img/GitLogo.png" alt="Git Hub Icon"></a><a href="https://github.com/PauliCZ44"> Git
Hub</a> <br>
<a href="https://www.codingame.com/profile/3ac3abccb19d83d7910f72b13074e6238434873" target="_blank"> </a><a href="https://github.com/PauliCZ44"> CodinGame
(algoritmy)</a> <br>
</p>
</div>
<!-- /col-lg-4 -->
<div class="col-lg-9 col-sm-6 col-xs-6">
<h4>O této stránce</h4>
<p>Tuto prezentační stránku jsem začal vytvářet 01.04.2020. Vznikla kvůli tomu, abych si vyzkoušel vytvořit
první web,
umístit ho na internet a přidat zde některé své projekty. Je vytvořená pomocí HTML/CSS technologie s malým
využitím bootstrap frameworku.
</p>
</div>
<div class="col-lg-3 col-sm-6 col-xs-9">
<p>
Moje CV: <span style="margin-left: 7px"><a href="CV.pdf" download="PavelŠťastný" target="_blank" class="btn btn-xs downloadBtn" role="button"> DOWNLOAD! </a>
</span><br>
<span class="glyphicon-envelope"></span> s
<!-- >totojeblblej@seznam.cz -->tas
<!-- >ahhjh@sdf.sdc -->tnyp
<!-- >@. -->@
<!-- >wdadsa@ssasd.cz -->sez
<!-- >@. -->na
<!-- >@. -->m.
<!-- >@. -->c
<!-- >@. -->z
</p>
</div>
<!-- /col-lg-4 -->
</div>
</div>
<div id="copyrights">
<div class="container">
<p>
© Copyright 2021 Pavel Šťastný. All Rights Reserved.
</p>
</div>
</div>
</div>
<!-- / copyrights -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<!-- Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>