-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (96 loc) · 3.28 KB
/
index.html
File metadata and controls
101 lines (96 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GPTutor | Links</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="title" content="GPTutor | Links" />
<meta
name="description"
content="Code Smart with GPTutor, a VS Code AI Coding Extension."
/>
<meta name="og:title" content="GPTutor" />
<meta name="og:image" content="https://gptutor.tools/GPTutor.png" />
<meta name="og:url" content="https://gptutor.tools" />
<meta name="twitter:title" content="GPTutor | Links" />
<meta name="twitter:image" content="https://gptutor.tools/GPTutor.png" />
<meta name="twitter:creator" content="@Eason_C13" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GPTutor | Links</title>
<!-- Favicon -->
<link rel="icon" href="robot-logo-remove-bg.png" type="image/x-icon" />
<!-- Font Awesome icons -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
/>
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->
<a id="profilePicture">
<img
src="https://avatars.githubusercontent.com/u/136454045?s=200&v=4"
alt="Profile Picture"
/>
</a>
<div id="userName">GPTutor (🤖,🤖)</div>
<div id="description">A Visual Studio Code extension</div>
<div id="links">
<!-- <a
class="link rainbow-border"
href="https://hackmd.io/ved7_7A0QcuVtLjYt0vzRA?view"
target="_blank"
>
<i class="fas fa-robot"> </i>Use GPTutor for AIED 2023 Demo
</a> -->
<a
class="link rainbow-border"
href="https://gptutor.academy/"
target="_blank"
>
<i class="fas fa-school"> </i>Try out GPTutor Academy
</a>
<a
class="link"
href="https://marketplace.visualstudio.com/items?itemName=gptutor.gptutor&ssr=false#overview"
target="_blank"
>
<i class="fas fa-robot"> </i>Download GPTutor for VS Code
</a>
<a
class="link"
href="https://github.com/GPTutor/gptutor-extension"
target="_blank"
>
<i class="fab fa-github"> </i>GPTutor Github
</a>
<!--
<a class="link" href="https://twitter.com/GPTutor_tools" target="_blank">
<i class="fab fa-twitter"> </i>Twitter
</a> -->
<a
class="link"
href="https://www.youtube.com/watch?v=uTNXQuKrnKI"
target="_blank"
>
<i class="fas fa-video"> </i>GPTutor Demo Video
</a>
<a class="link" href="https://arxiv.org/abs/2305.01863" target="_blank">
<i class="fas fa-print"> </i>GPTutor Academic Paper 1
</a>
<a class="link" href="https://arxiv.org/abs/2310.13896" target="_blank">
<i class="fas fa-print"> </i>GPTutor Academic Paper 2
</a>
</div>
<div id="hashtag">#Code smart with GPTutor</div>
</body>
</html>