forked from BUCSAmbassadors/bucsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fail.html
90 lines (86 loc) · 4.59 KB
/
fail.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
<!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">
<meta name="description" content="Boston University's Computer Science Ambassadors">
<meta name="keywords" content="BU, BUCSA, BU CSA, BU CS Ambassadors, Boston University, Boston University Computer Science">
<title>BU CS Ambassadors | Email Sent</title>
<link rel="stylesheet" href="./static/css/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400&family=Rubik:wght@700&display=swap" rel="stylesheet">
<link rel="shortcut icon" sizes="32x32" href="./static/images/reg logo no background small.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<section class="sentPage">
<div class="shapes-layer">
<div class="greentriangle shape rellax" data-rellax-speed="1">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/greentriangle.png" alt="">
</div>
<div class="purpleline shape rellax" data-rellax-speed="-2">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/purpleline.png" alt="">
</div>
<div class="yellowsqrhole shape rellax" data-rellax-speed="-3">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/yellowemptysqr.png" alt="">
</div>
<div class="redsmallhex shape rellax" data-rellax-speed="3">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/redsmallhex.png" alt="">
</div>
<div class="largegreencircle shape rellax" data-rellax-speed="-4">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/largegreencircle.png" alt="">
</div>
<div class="blueline shape rellax" data-rellax-speed="-3">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/blueline.png" alt="">
</div>
<div class="greencirclehollow shape rellax" data-rellax-speed="2">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/greencirclehollow.png" alt="">
</div>
<div class="purplecircle shape rellax" data-rellax-speed="2">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/purplecircle.png" alt="">
</div>
<div class="yellowline shape rellax" data-rellax-speed="-3">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/yellowline.png" alt="">
</div>
<div class="tinygreencircle shape rellax" data-rellax-speed="4">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/tinygreencircle.png" alt="">
</div>
<div class="bluetri shape rellax" data-rellax-speed="-3">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/bluetri.png" alt="">
</div>
<div class="greenline shape rellax" data-rellax-speed="-2">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/greenline.png" alt="">
</div>
<div class="largeredhex shape rellax" data-rellax-speed="5">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/largeredhex.png" alt="">
</div>
<div class="smallyellowsqr shape rellax" data-rellax-speed="-4">
<!-- Decorative graphic => Blank alt attribute [MWAS] -->
<img src="./static/images/smallyellowsqr.png" alt="">
</div>
</div>
<div class="sentPage-content">
<div class="sentPage-content-text">
<h2>Error</h2>
<h4>Form could not be submitted.</h4>
<button type="button" class="btn-blktored" onclick="location.href='index.html'">
Continue
</button>
</div>
</div>
</section>
</body>