-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (313 loc) · 20.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- Head -->
<head>
<title>Hello World!</title>
<!-- Meta -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- Web Fonts -->
<link href="//fonts.googleapis.com/css?family=Playfair+Display:400,700%7COpen+Sans:300,400,600,700" rel="stylesheet">
<!-- Bootstrap Styles -->
<link rel="stylesheet" type="text/css" href="assets/vendors/bootstrap/css/bootstrap.css">
<!-- Components Vendor Styles -->
<link rel="stylesheet" type="text/css" href="assets/vendors/font-awesome/css/fontawesome-all.min.css">
<!-- Theme Styles -->
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
</head>
<!-- End Head -->
<body>
<header role="header">
<nav class="js-navbar-scroll navbar fixed-top navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html">
<!-- <img src="assets/img/logo-white.png" alt="Stream UI Kit" style="width: 100px;"> -->
角落的编程教室
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav ml-auto mr-sm-2 mt-2 mt-lg-0">
<li class="nav-item active mr-3">
<a class="nav-link" href="/">首页 <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="#">.NET</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="#">视频</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="#">博客</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="#">FAQ</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="#">技能测试</a>
</li>
<li class="nav-item mr-3">
<a class="nav-link" href="/about-us.html">联系我们</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img class="rounded-circle u-box-shadow-sm mr-2" width="35" height="35" src="assets/img-temp/ava/img3.jpg" alt="Htmlstream"> 角落的白板报<i class="fas fa-angle-down small ml-1"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">个人中心</a>
<a class="dropdown-item" href="#">账户设置</a>
<a class="dropdown-item" href="#">新信息</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">注销</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main role="main">
<!-- Carousel -->
<section class="u-content-space-top">
<div class="container">
<!-- Carousel -->
<div class="row justify-content-center">
<div class="col-lg-10">
<div id="carouselExampleIndicators" class="carousel slide bg-light u-box-shadow-lg" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="rounded active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1" class="rounded"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2" class="rounded"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 rounded" src="assets/img-temp/1920x1080/img1.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="h2 font-weight-light mb-0">学习编程技能-做好一个全栈开发工作者的准备</h5>
<p class="lead">一步步的规划自己的职业规划</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 rounded" src="assets/img-temp/1920x1080/img2.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="h2 font-weight-light mb-0">学习编程技能-做好一个全栈开发工作者的准备</h5>
<p class="lead">一步步的规划自己的职业规划</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100 rounded" src="assets/img-temp/1920x1080/img9.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block">
<h5 class="h2 font-weight-light mb-0">学习编程技能-做好一个全栈开发工作者的准备</h5>
<p class="lead">一步步的规划自己的职业规划</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span aria-hidden="true">
<i class="fas fa-angle-left carousel-control-size"></i>
</span>
<span class="sr-only">上一条</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span aria-hidden="true">
<i class="fas fa-angle-right carousel-control-size"></i>
</span>
<span class="sr-only">下一条</span>
</a>
</div>
</div>
</div>
<!-- End Carousel -->
</div>
</section>
<section class="border-bottom py-3">
<div class="container text-center">
<p class="mb-0"><span class="badge badge-primary badge-pill mr-2">New</span>
关注我们,学习新的技能和知识, <a href="contacts.html">联系我们!</a></p>
</div>
</section>
<section class="bg-light u-content-space">
<div class="container">
<div class="row">
<div class="col-md-4 ">
<div class="card mb-4 shadow-sm">
<img class="card-img-top" src="https://www.tutorialsteacher.com/assets/images/tutorials/csharp.jpg" alt="C# tutorials" style="height: 200px; width: 100%">
<div class="card-body">
<h3 class="card-title">C#入门</h3>
<p class="card-text" >
了解C#数据类型,条件,循环,集合,文件I / O,委托,事件,泛型,Func,Action,谓词和其他高级主题。 </p>
<div class="d-flex justify-content-between align-items-center">
<button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img class="card-img-top" src="https://www.tutorialsteacher.com/assets/images/tutorials/aspnet.jpg" alt="C# tutorials" style="height: 200px; width: 100%">
<div class="card-body">
<h3 class="card-title">ASP.NET MVC</h3>
<p class="card-text" >
学习ASP.NET MVC架构,控制器,动作方法,路由,模型,视图,html助手,模型绑定,局部视图,捆绑等。
</p>
<div class="d-flex justify-content-between align-items-center">
<button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<img class="card-img-top" src="https://www.tutorialsteacher.com/assets/images/tutorials/webapi.png" alt="C# tutorials" style="height: 200px; width: 100%">
<div class="card-body">
<h3 class="card-title">Web API</h3>
<p class="card-text" >
Web API逐步学习ASP.NET Web API。 了解有关创建和配置Web API,使用Web API,Web API路由,HttpClient等的知识。 </p>
<div class="d-flex justify-content-between align-items-center">
<button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Carousel -->
<section class="bg-light u-content-space-bottom">
<div class="container">
<header class="text-center w-md-50 mx-auto mb-8">
<h2 class="h1">功能</h2>
<p class="h5">Stream creative technology company providing key digital services for everyone.</p>
</header>
<!-- Feature Blocks -->
<div class="row">
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="display-4 text-primary mb-2">
<i class="fab fa-grav"></i>
</div>
<h4 class="h5">Excellent Features</h4>
<p>Achieve virtually any look and layout design within one UI Kit solution.</p>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="display-4 text-primary mb-2">
<i class="fab fa-connectdevelop"></i>
</div>
<h4 class="h5">Powerful API</h4>
<p>We strive to figure out ways to help your audience grow through all platforms.</p>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="display-4 text-primary mb-2">
<i class="fas fa-cubes"></i>
</div>
<h4 class="h5">Blockchain Based</h4>
<p>Find what you need in one template and combine features at will.</p>
</div>
</div>
<!-- End Feature Blocks -->
<hr class="my-8">
<!-- Feature Blocks -->
<div class="row">
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="display-4 text-primary mb-2">
<i class="fab fa-vuejs"></i>
</div>
<h4 class="h5">VueJS Included</h4>
<p>Easy and fast adjustments of elements are possible with Stream UI Kit.</p>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="display-4 text-primary mb-2">
<i class="fab fa-react"></i>
</div>
<h4 class="h5">React Powered</h4>
<p>Our React Powered App will save you tons of time and cost in your projects.</p>
</div>
<div class="col-lg-4 mb-5 mb-lg-0">
<div class="display-4 text-primary mb-2">
<i class="fab fa-angular"></i>
</div>
<h4 class="h5">Angular Compatible</h4>
<p>Power your app with Angular components for no cost within one stop solution.</p>
</div>
</div>
<!-- End Feature Blocks -->
</div>
</section>
</main>
<footer class="bg-dark u-content-space-top pb-4" role="footer">
<div class="container-fluid">
<div class="px-md-3">
<!-- Social Sharing -->
<div class="text-center">
<h2 class="h5 font-weight-light text-white mb-4">Sharing is caring, support us by just sharing.</h2>
<div class="d-flex justify-content-center">
<!-- Facebook Share -->
<div class="mr-3 mb-2 mb-md-0">
<div class="fb-share-button demo-faceook-share fb_iframe_widget" data-href="http://facebook.com/htmlstream" data-layout="button" data-size="large" data-mobile-iframe="true" fb-xfbml-state="rendered" fb-iframe-plugin-query="app_id=1972702999621713&container_width=43&href=http%3A%2F%2Ffacebook.com%2Fhtmlstream&layout=button&locale=en_US&mobile_iframe=true&sdk=joey&size=large"><span style="vertical-align: bottom; width: 73px; height: 28px;"><iframe name="fef0059ba15b48" width="1000px" height="1000px" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" allow="encrypted-media" title="fb:share_button Facebook Social Plugin" src="https://www.facebook.com/v2.3/plugins/share_button.php?app_id=1972702999621713&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2Fd_vbiawPdxB.js%3Fversion%3D44%23cb%3Df335aa61f549138%26domain%3Dlocalhost%26origin%3Dhttp%253A%252F%252Flocalhost%253A41555%252Ff20171467ca436c%26relation%3Dparent.parent&container_width=43&href=http%3A%2F%2Ffacebook.com%2Fhtmlstream&layout=button&locale=en_US&mobile_iframe=true&sdk=joey&size=large" style="border: none; visibility: visible; width: 73px; height: 28px;" class=""></iframe></span></div>
</div>
<!-- End Facebook Share -->
<!-- Google Plus -->
<div class="mr-3 mb-2 mb-md-0">
<div id="___plus_0" style="position: absolute; width: 450px; left: -10000px;"><iframe ng-non-bindable="" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position:absolute;top:-10000px;width:450px;margin:0px;border-style:none" tabindex="0" vspace="0" width="100%" id="I0_1555393472504" name="I0_1555393472504" src="https://apis.google.com/u/0/se/0/_/+1/sharebutton?plusShare=true&usegapi=1&action=share&annotation=bubble&height=52&origin=http%3A%2F%2Flocalhost%3A41555&url=http%3A%2F%2Flocalhost%3A41555%2Fnew-index.html&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.zh_CN.M_sY892i2vw.O%2Fam%3DwQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCMgz1-nGgquTl6qqwQlSLhu-W1hPQ%2Fm%3D__features__#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&id=I0_1555393472504&_gfid=I0_1555393472504&parent=http%3A%2F%2Flocalhost%3A41555&pfname=&rpctoken=29204920" data-gapiattached="true"></iframe></div><div class="g-plus" data-action="share" data-annotation="bubble" data-height="52" data-gapiscan="true" data-onload="true" data-gapistub="true"></div>
</div>
<!-- End Google Plus -->
<!-- Tweet -->
<div class="mr-3">
<iframe id="twitter-widget-1" scrolling="no" frameborder="0" allowtransparency="true" class="twitter-share-button twitter-share-button-rendered twitter-tweet-button" style="position: static; visibility: visible; width: 76px; height: 28px;" title="Twitter Tweet Button" src="https://platform.twitter.com/widgets/tweet_button.2e9f365dae390394eb8d923cba8c5b11.en.html#dnt=false&hashtags=StreamUIKit%2C%20Bootstrap%2C%20Freebies&id=twitter-widget-1&lang=en&original_referer=http%3A%2F%2Flocalhost%3A41555%2Fnew-index.html&related=htmlstream%2C%20freebies%2C%20bootstrap&size=l&text=Stream%20UI%20Kit%20is%20beautiful%20Open%20Source%20Bootstrap%204%20UI%20Kit%20under%20MIT%20license.&time=1555393473951&type=share&url=http%3A%2F%2Flocalhost%3A41555%2Fnew-index.html"></iframe>
</div>
<!-- End Tweet -->
</div>
</div>
<!-- End Social Sharing -->
<hr class="u-opacity-1 mb-4">
</div>
<!-- Copyright and Social Icons -->
<div class="row px-md-3">
<div class="col-md-8 text-center text-md-left mb-3 mb-md-0">
<small class="text-white">© 2018 <a class="text-white" href="https://htmlstream.com">Htmlstream</a>. All Rights Reserved.</small>
</div>
<div class="col-md-4 align-self-center">
<ul class="list-inline text-center text-md-right mb-0">
<li class="list-inline-item mx-2" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<a class="text-white" target="_blank" href="https://www.facebook.com/htmlstream">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item mx-2" data-toggle="tooltip" data-placement="top" title="" data-original-title="Instagram">
<a class="text-white" target="_blank" href="https://www.instagram.com/htmlstream">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="list-inline-item mx-2" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<a class="text-white" target="_blank" href="https://twitter.com/htmlstream">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item mx-2" data-toggle="tooltip" data-placement="top" title="" data-original-title="Dribbble">
<a class="text-white" target="_blank" href="https://dribbble.com/htmlstream">
<i class="fab fa-dribbble"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- End Copyright and Social Icons -->
</div>
</footer>
<!-- JAVASCRIPTS (Load javascripts at bottom, this will reduce page load time) -->
<!-- Global Vendor -->
<script src="assets/vendors/jquery.min.js"></script>
<script src="assets/vendors/jquery.migrate.min.js"></script>
<script src="assets/vendors/popper.min.js"></script>
<script src="assets/vendors/bootstrap/js/bootstrap.min.js"></script>
<!-- Theme Settings and Calls -->
<script src="assets/js/global.js"></script>
<!-- END JAVASCRIPTS -->
</body>
<!-- End Body -->
</html>