-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate_planner.html
171 lines (151 loc) · 7.06 KB
/
create_planner.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Planit | Making Planners More Efficient</title>
<!-- <script src = "custom-planner.js"></script> -->
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> -->
</head>
<body>
<!-- Navbar(still responsive but without the toggle icon) -->
<nav class="fixed-top navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a id="#mainNavbar" class="navbar-brand" href="#">
<img src="planitlogo.png" alt="" class="logo">
Planit
</a>
</div>
</nav>
<!-- page content -->
<div class="panel">
<div class="customization-plan">
<!-- dropdown choices/options -->
<h3> The value of the option selected is:
<span class="output"></span>
</h3>
<label for="type-select">Daily/Monthly</label>
<p>
<select name="type" id="types" >
<option value="daily">Daily Planner</option>
<option value="monthly">Monthly Planner</option>
</select>
<button onclick="getPageNumber()">Check option</button>
<script type="text/javascript">
function getPageNumber() {
selectElement = document.querySelector('#pages');
output = selectElement.options[selectElement.selectedIndex].value;
document.querySelector('.output').textContent = output;
}
</script>
</p>
</div>
<div class="customization-plan">
<!-- dropdown choices/options -->
<label for="month-select">Month</label>
<p>
<select name="months" id="months">
<option value="january">January</option>
<option value="february">February</option>
<option value="march">March</option>
<option value="april">April</option>
<option value="may">May</option>
<option value="june">June</option>
<option value="july">July</option>
<option value="august">August</option>
<option value="september">September</option>
<option value="october">October</option>
<option value="november">November</option>
<option value="december">December</option>
</select>
<!-- function to store selected value -->
<button onclick="getDesign()">Check option</button>
<script type="text/javascript">
function getDesign() {
selectElement = document.querySelector('#designs');
output = selectElement.options[selectElement.selectedIndex].value;
document.querySelector('.output').textContent = output;
}
</script>
</p>
</div>
<div class="customization-plan">
<!-- dropdown choices/options -->
<label for="layout-select">Layout</label>
<p>
<select name="layouts" id="layouts" >
<option value="vertical">Monthly - Vertical</option>
<option value="horizontal">Monthly - Horizontal</option>
<option value="standard">Daily - Standard</option>
<option value="reflection">Daily - Daily Reflections</option>
</select>
<!-- function to store selected value -->
<button onclick="getListNumber()">Check option</button>
<script type="text/javascript">
function getListNumber() {
selectElement = document.querySelector('#lists');
output = selectElement.options[selectElement.selectedIndex].value;
document.querySelector('.output').textContent = output;
}
</script>
</p>
</div>
<div class="customization-plan">
<!-- dropdown choices/options -->
<label for="line-select">Number of note sections in a page</label>
<p>
<select name="lines" id="lines">
<option value="none">No Lines</option>
<option value="lines">Standard Lines</option>
<option value="dotted">Dotted Lines</option>
</select>
<!-- function to store selected value -->
<button onclick="getNotes()">Check option</button>
<script type="text/javascript">
function getNotes() {
selectElement = document.querySelector('#notes');
output = selectElement.options[selectElement.selectedIndex].value;
document.querySelector('.output').textContent = output;
}
</script>
</p>
</div>
<div class="customization-plan">
<!-- dropdown choices/options -->
<label for="design-select">Design</label>
<p>
<select name="designs" id="designs">
<option value="standard">Standard</option>
<option value="planit">Planit</option>
<option value="apricot">Apricot</option>
<option value="cobalt">Cobalt</option>
</select>
</p>
</div>
<a href="preview_planner.html" class="next">Next</a>
</div>
<!-- Footer -->
<footer class="fixed-bottom">
<div class="justify-content-center nav">
<ul class="nav justify-content-center container">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="our_story.html">OUR STORY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</footer>
<!-- Popper and Bootstrap JS -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script> -->
</body>
</html>