-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (157 loc) · 12.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="eCU54DH_8vQnzWO0Q3fXoQmalvA3rCjiXSH6mZdDgkg" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The core aim of our project is to create online learning management system that combines best practices in organizing training so that it will be interesting, useful and much easier for the students. The most important part of our project is to fertilize future programmers, showing them that it is not as difficult as it sounds. This will happen through brief and extensive online practical competitions taken their levels, with certificates and prizes for the best ones.">
<meta name="author" content="TechEdu++">
<title>TechEdu ++ :: Home page</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel='stylesheet' href='//fonts.googleapis.com/icon?family=Material+Icons'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700"/>
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!--
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Roboto:300,400,500,700'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/bootstrap-material-design.min.css"/>
-->
<link href="css/jumbotron.css" rel="stylesheet"/>
<!-- Theme CSS -->
<link href="css/creative.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7541062370169405",
enable_page_level_ads: true
});
</script>
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">TechEdu ++</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#services">Systems</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<img src="/img/acdemy4_logo.png">
<h1 id="homeHeading">
TechEdu ++</h1>
<hr class="primary">
<h2>We develop new learning methods.</h2>
<a href="#services" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<div id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="div-heading">Our Systems</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row" style="margin-bottom: 20px;">
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-graduation-cap text-primary sr-icons"></i>
<h3><a class="text-normal" href="//infocourse.techedu.bg">Student System :: TechEdu ++</a></h3>
<p class="text-muted">Това е студентската ни система, в която има много видео уроци по информатика, последвани от куп упражнения.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-check text-primary sr-icons"></i>
<h3><a class="text-normal" href="https://judge.techedu.bg">Judge System :: TechEdu ++</a></h3>
<p class="text-muted">Това е тестващата система, която проверява знанията ви и ви издава сертификати.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-comments text-primary sr-icons"></i>
<h3><a class="text-normal" href="https://chat.techedu.bg">Forum :: TechEdu ++</a></h3>
<p class="text-muted">И не на последно място, имаме и форум , където може да коментирате с колегите си всякакви теми, свързани с информатиката.</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="panel panel-primary"><div class="panel-heading"></div><div class="panel-body"><div data-href="https://www.facebook.com/TechEducationGroup/" data-colorscheme="light" data-layout="standard" data-action="like" data-size="large" data-show-faces="true" data-share="true" style="color:white" class="fb-like fb_iframe_widget" fb-xfbml-state="rendered" fb-iframe-plugin-query="action=like&app_id=&color_scheme=light&container_width=1080&href=https%3A%2F%2Fwww.facebook.com%2FTechEducationGroup%2F&layout=standard&locale=en_US&sdk=joey&share=true&show_faces=true&size=large"><span style="vertical-align: bottom; width: 500px; height: 64px;"><iframe name="f51b166fba2f7e" allowtransparency="true" allowfullscreen="true" scrolling="no" title="fb:like Facebook Social Plugin" style="border: medium none; visibility: visible; width: 500px; height: 64px;" src="https://www.facebook.com/v2.8/plugins/like.php?action=like&app_id=&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2F0F7S7QWJ0Ac.js%3Fversion%3D42%23cb%3Df23ed943ca0401e%26domain%3Dinfocourse.techedu.bg%26origin%3Dhttp%253A%252F%252Finfocourse.techedu.bg%252Ff32c9bdc857cc66%26relation%3Dparent.parent&color_scheme=light&container_width=1080&href=https%3A%2F%2Fwww.facebook.com%2FTechEducationGroup%2F&layout=standard&locale=en_US&sdk=joey&share=true&show_faces=true&size=large" class="" width="1000px" height="1000px" frameborder="0"></iframe></span></div></div></div><div id="authors" class="panel panel-primary"><div class="panel-heading"><h4>Автори</h4></div><div class="panel-body"><div style="height: 500px;" class="col-md-4"><a href="https://techedu.bg/members/alex" class="normal"><img src="/img/main.jpg" height="150px"><h2>Алекс Цветанов</h2></a><br><h3>Team leader</h3><p>Програмист, участник в състезания по информатика</p><p>Дезайнер</p><p>Бази данни и сървърна поддръжка</p><h3>Трейнър</h3></div><div style="height: 500px;" class="col-md-4"><a href="https://techedu.bg/members/dimo" class="normal"><img src="/aboutus/aboutus/dimo.jpg" height="150px"><h2>Димо Чанев</h2></a><br><h3>Техническа поддръжка</h3><p>Програмист, участник в състезания по информатика</p><h3>Admin на <strong>TechEdu++ Judge System</strong></h3></div></div></div><div id="trainers" class="panel panel-primary"><div class="panel-heading"><h4>Лектори</h4></div><div class="panel-body"><div style="height: 500px;" class="col-md-4"><a href="https://techedu.bg/members/iasen_georgiev" class="normal"><img style="height: 150px" src="/members/img/iasen_georgiev.jpg"><h2>Ясен Георгиев</h2></a><ul><li><h4>PHP</h4></li><li><h4>MySQL</h4></li></ul><a href="http://yasen.me" class="normal">http://yasen.me</a></div><div style="height: 500px;" class="col-md-4"><a href="https://techedu.bg/members/marin_shalamanov" class="normal"><img style="height: 150px" src="/members/img/marin_shalamanov.jpg"><h2>Марин Шаламанов</h2></a><ul><li><h4>Студен във факултета по математика и информатика на Софийски Университет</h4></li><li><h4>Лектор в SAP Labs Bulgaria</h4></li><li><h4>Учител в ПЧМГ</h4></li></ul></div><div style="height: 500px;" class="col-md-4"><img style="height: 150px" src="/members/img/no_profile.png"><h2>Евгени Василев</h2><ul><li><h4>Algorithms</h4></li><li><h4>HTML, CSS & JavaScript</h4></li><li><h4>C/C++</h4></li></ul><p>НПМГ</p></div></div></div><div id="partners" class="panel panel-primary"><div class="panel-heading"><h4>Партньори</h4></div><div class="panel-body"><div class="col-md-4"><a href="http://consent.io" class="normal"><img src="https://cdn-images-1.medium.com/max/500/1*_D54lhvvgRh9Z9_XjyE0OA@2x.png" class="img-responsive"></a></div><div class="col-md-4"><a href="https://delta.bg" class="normal"><img src="https://blog.delta.bg/wp-content/uploads/2016/01/Delta-pic.png" class="img-responsive"></a></div><div class="col-md-4"><a href="www.vrexpress.bg" class="normal"><img src="/partners/img/vrexpress.png" class="img-responsive"></a></div><div class="col-md-4"><a href="http://www.igreet.co/" class="normal"><img src="/igreet-logo.png" class="img-responsive"></a></div></div></div>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="div-heading">Let's Get In Touch!</h2>
<hr class="primary">
</div>
<div class="col-lg-4 col-lg-offset-2 text-center">
<i class="fa fa-phone fa-3x sr-contact"></i>
<p><a href="tel:+359-988-32-99-31">+359-988-32-99-31</a></p>
<p>Alex Tsvetanov</p>
<p>Team leader</p>
</div>
<div class="col-lg-4 text-center">
<i class="fa fa-envelope-o fa-3x sr-contact"></i>
<p><a href="mailto:admin@techedu.bg">admin@techedu.bg</a></p>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/creative.min.js"></script>
</body>
</html>