-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.html
More file actions
112 lines (107 loc) · 5.79 KB
/
collection.html
File metadata and controls
112 lines (107 loc) · 5.79 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
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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="lib/jquery.js"></script>
<script src="lib/jquery.flurry.min.js"></script>
<script src="lib/fontawesome/js/all.min.js"></script>
<script src="assets/page.js"></script>
<script src="assets/main.js"></script>
<link rel="stylesheet" type="text/css" href="lib/fontawesome/css/all.min.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="assets/home.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="assets/ie.css" />
<![endif]-->
<title>作品叢 | Ray's Another World</title>
</head>
<body>
<div id="wrapper">
<div id="header" class="section mini">
<div id="ray"><img src="assets/images/ray.jpg"></div>
<div id="no_life">
<h1>Ray's Another World</h1>
<h4>I'm A Programmer, I Have No Life.</h4>
<div id="links_wrapper">
<div class="social_links">
<a href="https://github.com/ray1422" target="_BLANK"><i class="fab fa-github"></i></a>
<a href="https://instagram.com/chisc_ray" target="_BLANK"><i class="fab fa-instagram"></i></a>
</div>
<div id="main_nav">
<a href="index.html">首頁</a>
<a href="about.html">關於我</a>
<a title="藍新金流(開新分頁)" target="_BLANK"
href="https://core.newebpay.com/EPG/ray_another_world/Dq68yk">贊助我</a>
</div>
</div>
</div>
</div>
<div class="section" id="unsupport_browser">
<h2>不支援的瀏覽器!</h2>
<div class="content">
您所使用的瀏覽器無法被本站很好的支援,建議使用Google Chrome 或 FireFox獲得最佳的觀看體驗。
</div>
</div>
<div id="main" class="transferring">
<div class="section fixed">
<div class="wrapper">
<h2>作品叢</h2>
<div class="content">
<div class="showcase_wrapper">
<div class="showcase">
<div class="thumbnail">
<img src="assets/images/thumbnail/fantastic_filter.png" />
</div>
<div class="text">
<a href="https://ray1422.github.io/Fantastic-Filter-Professional-Plus/"
target="_BLANK">
<h3>幻想濾鏡</h3>
</a>
一個簡單並且強大的修圖工具,用以去除手機夜拍照片中惱人的噪點,並且自動調色、提昇畫質。採用深度神經網路打造,僅須輸入照片並點擊開始,即可擁有藝術層級的照片。
</div>
</div>
<!-- <div class="showcase">
<div class="thumbnail">
<img src="assets/images/thumbnail/arch_diary.png" />
</div>
<div class="text">
<a href="https://ray1422.github.io/Arch-Newbie-Diary/" target="_BLANK">
<h3>Arch萌新日記</h3>
</a>
Ray在Arch上的日記,可以用來快速的查詢碰到的問題,以及增添生活品質,讓大家活的更好。
</div>
</div> -->
<div class="showcase">
<div class="thumbnail">
<img src="assets/images/thumbnail/chisc.png" />
</div>
<div class="text">
<a href="https://ray1422.github.io/chisc/" target="_BLANK">
<h3>CHISC</h3>
</a>
中和高中資訊研究社的官方網站。透過簡潔的材料設計,搭配生動的色彩,創造出高中社團年輕卻充實、進取向上的形象。
</div>
</div>
<div class="showcase">
<div class="thumbnail">
<img src="assets/images/thumbnail/laines.png" />
</div>
<div class="text">
<a href="https://www.laines-stationery.com/" target="_BLANK">
<h3>Laine S. 文房具</h3>
</a>
Laine S. 文房具。由幾名年齡相仿的靑少男女共同協助運作,主販售原創文具、紙製品及生活用品等。
透過自家的原創設計,呈現品味與質感,在生活中帶給熱愛文具的人們,更多療癒的機會。
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>