-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_2.html
154 lines (74 loc) · 3.45 KB
/
index_2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>NeardSquad</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this templates -->
<link rel="stylesheet" type="text/css" href="css/style_one.css">
<link rel="stylesheet" type="text/css" href="css/style_two.css">
<link rel="stylesheet" type="text/css" href="css/panel.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,700' rel='stylesheet' type='text/css'>
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">-->
</head>
<body>
<!----------------Creating the navigation panel--------------------->
<header>
<div class="navbar navbar-inverse navbar-fixed-top " role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<p id="profile">MindFree</p>
</div>
</div>
</div>
</header>
<!------------------------------------------------------------------->
<div id="bodycontainer">
<div class="container">
<p id="question"><b>Hi, dear. How are you today?</b></p>
<form class="form-signin center" action="" method="">
<br>
<label class="radio">
<input type="radio" id="MopaBootstraBundle_Choice_Possibilies_Radio_Buttons_0" name="MopaBootstraBundle_Choice_Possibilies[Radio_Buttons]" required="required" class="radio" value="Problems at home"/>
Problems at school</label>
<br>
<label class="radio ">
<input type="radio" id="MopaBootstraBundle_Choice_Possibilies_Radio_Buttons_1" name="MopaBootstraBundle_Choice_Possibilies[Radio_Buttons]" required="required" class="radio" value="Problems with school" />
Problems at home</label>
<br>
<label class="radio ">
<input type="radio" id="MopaBootstraBundle_Choice_Possibilies_Radio_Buttons_1" name="MopaBootstraBundle_Choice_Possibilies[Radio_Buttons]" required="required" class="radio" value="Bad feelings" />
Personal problems</label>
<br>
<p id="sizedtext"><b>Other</b></p>
<p><textarea id="textfield" rows="10" cols="27"></textarea>
<br>
<br>
<button style="border:3px solid #0066CC;" class="btn btn-lg btn-primary btn-block" type="submit">Next</button>
</form>
</div>
</div> <!-- /container -->
<footer class="footer">
<p id="footer">MindFree©</p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script src="js/ie-emulation-modes-warning.js"></script>
</body>
</html>