Files
ntut-com-tw/index.html
2021-09-25 17:51:52 +08:00

107 lines
5.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="國立臺北科技大學 Taipei Tech 創立於大正元年,為臺灣技職教育之濫觴,校史輝煌悠久。本校定位為「實務研究型大學」,設機電、電資、工程、管理、設計及人文與社會科學六學院。素有「企業家搖籃」之美名,校友遍佈產業各界,於產業界極有影響力,深厚的學術基礎、地利之便、多元課程、豐富資源與國際能見度,使本校發展成為以科技為強項的國際知名大學。">
<title>我們都是企業家!</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="content" class="container">
<header>
<h1 class="text-center">工業推手一世紀,企業搖籃一百年</h1>
<marquee scrollamount="12">北科畢業人才企業最愛用!!!</marquee>
</header>
<hr>
<div class="techschool">
<a href="http://ntut.edu.tw"><img src="image/taiwan-tech.png"></a>
<span>學生:我們是台北科技大學,簡稱「北科大」,請大家不要再搞錯了。</span>
</div>
<hr>
<h2 class="text-center"><code>縮網址服務</code></h2>
<div id="urlBox" class="container">
<div class="urls"></div>
<div class="url row">
<p class="col-md-4 col-6">
<input class="text-center short-code" name="short-code" type="text" placeholder="別名,可留空">
</p>
<p class="col-md-8 col-6">
<input class="text-center target-url" name="target-url" type="text"
placeholder="網址例如https://www.ntut.edu.tw/">
</p>
<p class="col-12"></p>
<p class="col-md-4 col-sm-2"></p>
<p class="col-md-4 col-sm-8 col-12">
<a class="btn btn-primary" style="width: 100%;" href="javascript:" onclick="shortenUrl()">縮起來!</a>
</p>
<p class="col-md-4 col-sm-2"></p>
</div>
</div>
<div class="row">
<div class="websites col-lg-6">
<h2 class="text-center"><code>好玩ㄉ網站</code></h2>
<ul class="list-group">
<li class="list-group-item list-group-item-action">
<a href="https://git.ntut.com.tw" target="_blank">Gitea of NTUT.COM.TW</a>
<br>
<span>程式碼託管平台</span>
</li>
<li class="list-group-item list-group-item-action">
<a href="https://yuren-tw.github.io/textRevealer/" target="_blank">Text Revealer</a>
<br>
<span>網頁大字報</span>
</li>
<li class="list-group-item list-group-item-action">
<a href="https://www.ntut.com.tw/chipet" target="_blank">Chi Pet</a>
<br>
<span>幫烏龜澆水</span>
</li>
</ul>
</div>
<div class="gist col-lg-6">
<h2 class="text-center"><code>好用 Script</code></h2>
<script src="https://gist.github.com/PinLin/3f6c1885d3c22d9fbf6a726788778112.js"></script>
</div>
<div class="video col-lg-12">
<div class="embed-responsive embed-responsive-16by9">
<video src="https://myweb.ntut.edu.tw/TaipeiTech.mp4" controls preload="none"
class="embed-responsive-item" type="video/mp4">
</div>
<p>
&emsp;&emsp;國立臺北科技大學 Taipei Tech
創立於大正元年,為臺灣技職教育之濫觴,校史輝煌悠久。本校定位為「實務研究型大學」,設機電、電資、工程、管理、設計及人文與社會科學六學院。素有「企業家搖籃」之美名,校友遍佈產業各界,於產業界極有影響力,深厚的學術基礎、地利之便、多元課程、豐富資源與國際能見度,使本校發展成為以科技為強項的國際知名大學。
</p>
</div>
</div>
<hr>
<footer>
<p class="text-center">(ˊ・ω・ˋ)(ˊ・ω・ˋ)(ˊ・ω・ˋ)(ˊ・ω・ˋ)(ˊ・ω・ˋ)(ˊ・ω・ˋ)</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>