-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_intro.html
More file actions
executable file
·36 lines (35 loc) · 1.62 KB
/
project_intro.html
File metadata and controls
executable file
·36 lines (35 loc) · 1.62 KB
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
<html>
<head>
<title>網站計畫</title>
<link rel=stylesheet type="text/css" href="morecss/project_intro.css">
<meta charset="utf8">
</head>
<body>
<div class="container">
<div class="main">
<br>
<p>
<h3>我們在做什麼...?</h3>
<h4>
<ul>
<li>分享專題、個案研究、論文的心路歷程,讓不同系所、不同學校的人可以知道你這一兩年來所學的成果</li>
<li>推甄、考研所、補習、留學的經驗分享,讓有意升學的人可以有個較為完整的資訊來源</li>
<li>課程、作業、考試、學習方法的傳承與建議,讓學弟妹們可以有個參考,讓學習事半功倍</li>
<li>程式設計、網頁設計的簡易教學與打工經驗,讓對程式設計與網頁設計有興趣的人可以有個快速入門的方法</li>
</ul>
</h4>
<br><br>
</p>
<p>
<h3>為什麼想這麼做...?</h3>
<h4>幾乎所有大學的資工、資管系都會有畢業專題這件大事,但經常我們是從 0 開始<br>
在看到了<a href="http://www.csie.ntnu.edu.tw/~u91029/">演算法筆記</a>這個網站<br>
台師大的學長為了給學弟妹們有個參考,一份分享的精神,製作了這個網站來分享所學,讓知識得以傳承<br>
又看到了<a href="http://ndltd.ncl.edu.tw/cgi-bin/gs32/gsweb.cgi/ccd=y6a4Z1/webmge?mode=basic">博碩士論文加值系統 </a>的強大<br>
所以我們從做專題的經驗,這裡開始,希望透過這個網站的誕生,讓我們的知識加值<br>
</h4>
</p>
</div>
</div>
</body>
</html>