-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (34 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interview Preparation | Expert System</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header>
<a href="/"><h1 class="title">Interview Preparation Expert System</h1></a>
</header>
<div class="container">
<!-- <h1 class="title">Welcome!</h1> -->
<textarea name="cli" id="cli" class="cli" readonly>
Expert > Hey, what's your name? 🙋♂️
> Meirbek
Expert > Nice to meet you, Meirbek 😇 I am Alex...
Expert > I will be your instructor during your coding interview preparation journey 🙌
Expert > Which of the following coding platforms do you use the most?
(a) leetcode
(b) codeforces
Meirbek > a
Expert: Cool, could you enter your leetcode username?
Meirbek > meirbnb
Expert > Okay, so far you have solved {count} problems... Pretty impressive 🤩
Expert > I am making an action plan based on your leetcode progress...</textarea>
</div>
<footer>
<a href="https://github.com/meirbnb/ipes" target="_blank">@meirbnb</a>
</footer>
</body>
</html>