-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmypersonality.php
41 lines (41 loc) · 1.6 KB
/
mypersonality.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- css -->
<link rel="stylesheet" href="bootstrap/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="tes.css">
<!-- script -->
<script src="tools/js/jquery.min.js"></script>
<script src="bootstrap/bootstrap.min.js"></script>
<!-- <script src="tools/js/angular.min.js"></script> -->
<title>MyPersonality - Personality test</title>
</head>
<body>
<!-- form -->
<div id="page1">
<div class="column fpimg">
<img src="img/image1.svg" alt="The Personalities"/>
</div>
<div class="column fptext">
<div class="fptext1">
<p class="word1">WELCOME TO</p>
<p class="word2">MyPersonality</p>
</div>
<div class="fptext2">
<p class="intro">Take your Personality Test and get a 'freakishly accurate' description of who you are.</p>
<!-- <a href="#"><button class="btn btn-info fpbtn" title="take the test!">Take The Test</button></a> -->
<a href="home3.php" class="btn btn-info fpbtn" title="take the test!">Take The Test</a>
<p class="review">“let's see the incredible of you.”</p>
</div>
<div class="fpicon">
<a href="#"><img class="fb" src="icon/001-facebook.png" title="MyPersonality - Personality Online Test"></a>
<a href="#"><img class="tw" src="icon/002-twitter.png" title="mypersonality_id"></a>
<a href="#"><img class="email" src="icon/envelope.png" title="[email protected]"></a>
</div>
</div>
</div>
</body>
</html>