-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 2.97 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="robots" content="index, follow"/>
<title>協作課程/專題指導/演講資料 - HCYang</title>
<!-- cdn javascript and css -->
<script src="//code.jquery.com/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" rel="stylesheet">
<script>
if (location.protocol != 'https:'){
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
</script>
</head>
<body>
<div class="container">
<h1>協作課程/專題指導/演講資料</h1>
<p>HCYang</p>
<p>LINE: <a href="https://line.me/ti/p/GDmlEFtK1Y" target="_blank">peter30234</a> (加我,請註明是<font color="blue">你是誰</font>)</p>
<p><a href="https://line.me/ti/p/GDmlEFtK1Y" target="_blank"><img src="https://i.imgur.com/q1ZmPTv.jpg" style="width:200px;"></a></p>
<hr>
<div class="h3" style="display:flex;align-items:center;"><img src="https://i.imgur.com/sDSInju.png" style="width:1em;vertical-align:middle"> 協作課程/專題指導/演講場次</div>
<ul>
<li><a href="/20211102/" target="_blank">2021/11/02 - 專題指導(物聯網雲端應用MQTT)</a></li>
<li><a href="/20211018/" target="_blank">2021/10/18 - 專題指導(物聯網雲端應用)</a></li>
<li><a href="/20211012/" target="_blank">2021/10/12 - 物聯網雲端應用</a></li>
<li><a href="/20200520/" target="_blank">2020/05/20 - 資通領域職場經驗分享</a></li>
<li><a href="/20191029/" target="_blank">2019/10/29 - TCP/IP 通訊原理與應用</a></li>
<li><a href="/20190416/" target="_blank">2019/04/16 - ESP8266課程資料(智慧開關)</a></li>
<li><a href="/20190312/" target="_blank">2019/03/12 - 智慧生活無線通知模組</a></li>
<li><a href="/20180925/" target="_blank">2018/09/25 - Google雲端伺服器建置溫度控制物聯網系統</a></li>
<li><a href="/20180611/" target="_blank">2018/06/11 - ESP8266課程資料</a></li>
<li><a href="/20180604/" target="_blank">2018/06/04 - Golnag課程資料</a></li>
<li><a href="/20180515/" target="_blank">2018/05/15 - 電子商務給我的啟示</a></li>
<li>2018/05/02 - 物聯網實務</li>
<li>2018/01/09 - 物聯網實務</li>
<li>2016/12/13 - 電子商務給我的啟示</li>
</ul>
</div>
<br><br><br><br><br><br><br><br>
</body>
<style>
pre {
padding:5px;
font-family:monospace;
font-size:12px;
}
</style>
</html>