-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (122 loc) · 3.51 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/style.css?v=">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>rish</title>
<meta name="generator" content="Jekyll v4.0.0" />
<meta property="og:title" content="rish" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="rish" />
<script type="application/ld+json">
{"@type":"WebSite","url":"/","name":"rish","headline":"rish","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<header>
<div class="container">
<h1>rish</h1>
<h2></h2>
<!-- <section id="downloads">
<a href="" class="btn">Download as .zip</a>
<a href="" class="btn">Download as .tar.gz</a>
<a href="" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section> -->
</div>
</header>
<div class="container">
<section id="main_content">
<h1 id="about">About</h1>
<p>A programming team from Fu Jen University.</p>
<h1 id="team-members">Team Members</h1>
<table>
<thead>
<tr>
<td class="role-td-left">
<img class="role-icon" src="assets/images/roy4801.jpg" />
</td>
<td class="role-td-right">
<strong>roy4801</strong><br />
Fightだよ!
<table style="margin-bottom: 0;">
<tr>
<td class="intro-mid-td"><a href="https://blog.roy4801.tw/">Blog</a></td>
<td class="intro-end-td"><a href="https://github.com/roy4801">Github</a></td>
</tr>
</table>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="role-td-left">
<img class="role-icon" src="assets/images/icejj.jpg" />
</td>
<td class="role-td-right">
<strong>ICEJJ</strong><br />
穩定單身中
<table style="margin-bottom: 0;">
<tr>
<td class="intro-mid-td"><a href="https://blog.kiyohime.tw/">Blog</a></td>
<td class="intro-end-td"><a href="https://github.com/lpc0503">Github</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="role-td-left">
<img class="role-icon" src="assets/images/suntalk.jpg" />
</td>
<td class="role-td-right">
<strong>SunTalk</strong><br />
不做讓自己後悔的決定
<table style="margin-bottom: 0;">
<tr>
<td class="intro-mid-td"><a href="https://blog.suntalk.tw/">Blog</a></td>
<td class="intro-end-td"><a href="https://github.com/SunTalk">Github</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="role-td-left">
<img class="role-icon" src="assets/images/halloworld.jpg" />
</td>
<td class="role-td-right">
<strong>halloworld</strong><br />
📚Learning...
<table style="margin-bottom: 0;">
<tr>
<td class="intro-mid-td"><a href="https://halloworld.ga/">Blog</a></td>
<td class="intro-end-td"><a href="https://github.com/william31212">Github</a></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<h1 id="projects">Projects</h1>
<ul>
<li><a href="http://oj.rish.com.tw">RISH OJ</a>
<ul>
<li>A Online Judge system for competitive programming
<ul>
<li>Group project of Web Funamental</li>
</ul>
</li>
<li><a href="https://i.imgur.com/oV0am8t.png">screenshot</a></li>
</ul>
</li>
<li>Course Helper
<ul>
<li><a href="https://hackmd.io/@mhoDHUkcTqWq1jpC9wIpJA/ryvHyEUPB#/">slide</a></li>
</ul>
</li>
</ul>
</section>
</div>
</body>
</html>