-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (185 loc) · 6.5 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Weijie's Portfolio</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/logo.png" type="image/x-icon" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
<script src="email.js"></script>
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"
></script>
<script type="text/javascript">
(function () {
emailjs.init({
publicKey: "OcY4_jUcIu4KDpLEI",
});
})();
</script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major">
Hello, my name<br />
is Weijie Wang
</h1>
<p>I'm a <strong>student, web developer, AI enthusiast.</strong></p>
<ul class="actions">
<li>
<a
href="#first"
class="button primary color1 circle icon solid fa-angle-right"
>Next</a
>
</li>
</ul>
</div>
<div class="image filtered span-1-75">
<img src="images/weijie.jpeg" alt="Weijie Wang" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium left" id="first">
<div class="content span-7">
<h2 class="major">Baymax</h2>
<p>
Your personal AI companion •-•<br />
<a
href="https://my-ai-companion.vercel.app/"
id="project-link"
target="_blank"
rel="noopener noreferrer"
>▶</a
>
</p>
</div>
<div class="image filtered tinted">
<img src="images/baymax.png" alt="Weijie Wang" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right">
<div class="content span-5">
<h2 class="major">Swipe2Learn</h2>
<p>
AI-powered flashcard app that brings microlearning to your
fingertips.<br />
<a
href="https://swipe2learn.vercel.app/"
id="project-link"
target="_blank"
rel="noopener noreferrer"
>▶</a
>
</p>
</div>
<div class="image filtered tinted">
<img src="images/flashcard.png" alt="Weijie Wang" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium left">
<div class="content span-7">
<h2 class="major">Find My Prof</h2>
<p>
A platform designed to help McGill students make informed
decisions about their classes by providing detailed insights into
professors' teaching styles, use of quizzes, and more.<br />
<a
href="https://find-my-prof.vercel.app/"
id="project-link"
target="_blank"
rel="noopener noreferrer"
>▶</a
>
</p>
</div>
<div class="image filtered tinted" data-position="center">
<img src="images/findmyprof.png" alt="Weijie Wang" />
</div>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<div class="intro color4">
<h2 class="major">Contact</h2>
<p>
Have a project in mind or just want to say hi? Drop me a message,
and let's create something amazing together!
</p>
</div>
<div class="inner columns divided">
<div class="span-3-25">
<form onSubmit="sendEmail(event)">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" required />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" required />
</div>
<div class="field">
<label for="message">Message</label>
<textarea
name="message"
id="message"
rows="4"
required
></textarea>
</div>
</div>
<button class="button primary" id="send-btn">Send</button>
</form>
</div>
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon brands fa-linkedin">
<a href="https://www.linkedin.com/in/weijiew/"
>linkedin.com/in/weijiew</a
>
</li>
<li class="icon brands fa-github">
<a href="https://github.com/iam-weijie"
>github.com/iam-weijie</a
>
</li>
<li class="icon brands fa-twitter">
<a href="https://x.com/iam_weijie">@iam_weijie</a>
</li>
</ul>
</div>
</div>
</section>
<!-- Copyright -->
<div class="copyright">
© Weijie. <a href="/past_version/index.html">Past Version</a>.
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>