-
Notifications
You must be signed in to change notification settings - Fork 0
/
landingPage.html
85 lines (73 loc) · 3.37 KB
/
landingPage.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EnsureEdu</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta name="description" content="Nagivage your career options and discuss with a mentor">
<meta name="author" content="EnsureEdu">
<!--CDN Bootstrap and Jquery-->
<link rel="icon" href="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\logo.jpeg" type="image/ico" sizes="64x64">
<link rel="stylesheet" href="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\bootstrap.min.css">
<script src="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\jquery-3.4.1.min.js"></script>
<script src="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\bootstrap.min.js"></script>
<!--Font awesome for icons-->
<link rel="stylesheet" href="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\all.css">
<!--Custom CSS-->
<style type="text/css" media="screen">
a:link { color:green; text-decoration: none; }
a:visited { color:green; text-decoration: none; }
a:hover { color:green; text-decoration: none; }
a:active { color:green; text-decoration: none; }
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167225268-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167225268-1');
</script>-->
</head>
<body>
<div class="jumbotron text-center bg-success" style="color: white;max-width:100%; height:70;">
<h3>EnsureEdu</h3>
<h6>The Personalized Career Guidance Service for High Schools</h6>
</div>
<div>
</div><div class="container mt-5">
<!--Just to create space-->
</div>
<div class="container text-center pt-4">
<div class="row">
<div class="col-sm-6">
<img src="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\courses_homepage.jpeg" style="max-width:100%; height:200; width:200px;">
<h3></h3>
<p></p>
<p>Select a career field and view the skill and course combinations that lead to a career in that field.</p>
</div>
<div class="col-sm-6 border-left">
<img src="C:\Users\egale\OneDrive - Ashesi University\Pictures\Saved Pictures\careers_homepage_mistake.jpeg" style="max-width:100%; height:200; width:200px;">
<p></p>
<p>Connect with professionals in a career field to gain mentorship and career guidance.</p>
</div>
</div>
</div><div class="container mt-5">
<!--Just to create space-->
</div>
<div class="container text-center">
<div class="row-mb">
<div class="col">
<a href="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\HomePage.html" style="a:hover" class="border border-success rounded-pill m-4 p-4">Get Started</a>
</div>
</div>
</div>
<!--<div class="container text-center">
<div class="row-mb">
<div class="col">
<a href="C:\Users\egale\OneDrive - Ashesi University\Desktop\AlphaResearch\HomePage.html" style="a:hover" class="border border-success rounded-pill m-4 p-4">Log</a>
</div>
</div>
</div>-->
</body>
</html>