generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sub.html
28 lines (27 loc) · 1.33 KB
/
sub.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="Description" content="Author: Cian O'Connor, LingLang's inqury verification page, Company">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Josefin+Sans:wght@423&family=Raleway&display=swap">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Choose Class</title>
</head>
<body>
<div class="container-fluid ">
<div class="row">
<div class="col-12 sub-paragraph" data-toggle="modal" data-target="#chooseLanguage" title="girl writing on a desk">
<img src="assets/img/logos/LingLang.png" class="linglang-subhero" alt="LingLang Logo">
<div class="bg-square"><p>Inquiry sent! <br> <br> Thank you.</p></div>
<a href="index.html" class="btn book-button2 badge-pill"><i class="fas fa-home"></i></a>
</div>
</div>
</div>
</body>
</html>