This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxuewen.html
73 lines (70 loc) · 4.45 KB
/
xuewen.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Project Page - Levi Neuwirth</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap">
<link rel="stylesheet" href="assets/css/Footer-Dark-icons.css">
<link rel="stylesheet" href="assets/css/pikaday.min.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient">
<div class="container"><a class="navbar-brand logo" href="index.html" style="backdrop-filter: brightness(98%);-webkit-backdrop-filter: brightness(98%);font-weight: bold;">Levi Neuwirth</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navbarNav"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="portfolios.html">Portfolios</a></li>
<li class="nav-item"><a class="nav-link" href="musicport.html">Music Works</a></li>
<li class="nav-item dropdown show"><a class="dropdown-toggle nav-link" aria-expanded="true" data-bs-toggle="dropdown" href="#">Other</a>
<div class="dropdown-menu show" data-bs-popper="none"><a class="dropdown-item" href="contact.html">Contact</a><a class="dropdown-item" href="cv.html">CV</a><a class="dropdown-item" href="roadmap.html">Roadmap</a></div>
</li>
</ul>
</div>
</div>
</nav>
<main class="page project-page">
<section class="portfolio-block project">
<div class="container">
<div class="heading">
<h2><br><a href="#"><strong><span style="color: var(--bs-blue);">学问</span></strong></a><br>xuewen: the language-learning app that learns from you</h2>
</div>
<div class="row">
<div class="col-12 col-md-6 offset-md-1 info">
<h3>General Release: Summer 2023</h3>
<p>As a hobbyist language learner, I've tried my hand at nearly all of the major language-learning apps. The bad news? <strong>None of them work.</strong> So I started making my own. Meet Xuewen.</p>
<p>Xuewen is a language-learning app built in python that emphasizes customizability. It uses artifical intelligence powered by pytorch to learn from your habits, and to help you attack your learning weaknesses upfront. It uses generative AI to create tailored content to help you learn. It incorporates spaced-repetition algorithms based on proven research to optimize your learning efforts, and (soon) it'll be able to sync across devices.</p>
</div>
<div class="col-12 col-md-3 offset-md-1 meta">
<div class="tags"></div>
</div>
</div>
<div class="more-projects">
<h3 class="text-center">Interested?</h3>
<div class="text-center"><small class="text-center">Contact me and I'll be in touch when the app is ready to go public. You'll be the first to know!</small></div>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<div class="links"></div>
</div>
<footer class="text-center bg-dark">
<div class="container text-white py-4 py-lg-5">
<div class="row">
<div class="col">
<p class="text-muted mb-0">This website will never track you or require the use of non-free software. I am a privacy enthusiast and will always treat you with utmost respect.</p>
</div>
</div>
<div class="row">
<div class="col"><a href="tos.html" style="color: var(--bs-blue);">Privacy Policy and Terms</a></div>
</div>
</div>
</footer>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>