-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroone.html
More file actions
306 lines (236 loc) · 8.22 KB
/
groone.html
File metadata and controls
306 lines (236 loc) · 8.22 KB
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GROONE:D</title>
<link href="style.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.font{
font-size:16px;
}
* {
box-sizing: border-box;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
input[type=submit]:hover {
background-color: #45a049;
}
.container {
border-radius: 5px;
padding: 20px;
margin-left:30%;
}
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-25, .col-75, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: dotted;
border-color:#483D8B;
background-color:#483D8B;
}
}
</style>
</head>
<body>
<!--header -->
<header>
<h1 style="margin-left:5%;color:white;"><b>Welcome to groone</b> <div class="dropdown">
<button onclick="myFunction()" class="dropbtn"><b>Menu :D</b></button>
<div id="myDropdown" class="dropdown-content">
<a href="index.html" class="disabledecorate" style="text-decoration:none;"><p id="juling">Home</p></a>
<a href="groone.html" class="disabledecorate" style="text-decoration:none;"><p id="juling">Our Creation</p></a>
<a href="#contact" class="disabledecorate" style="text-decoration:none;"><p id="juling">Company Profile</p></a>
</div>
</div></h1>
<nav>
<ul>
</ul>
</nav>
</header>
<!--end header -->
<br>
<!-- Content -->
<section>
<div>
<br>
<br>
<!--slideshow -->
<div class="container" style="height:400px;display:block">
<center><h2 style="color:#483D8B"><code><b>FUN is CODE ,CODE is FUN<b></code></h2></center>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://www.elegantthemes.com/blog/wp-content/uploads/2017/06/Learn-Javascript.jpg" alt="Los Angeles" style="width:100%;height:400px;">
<div class="carousel-caption">
<h3>Javascirpt</h3>
<p>We using javascript as middleware and front layout interface to make more responsive</p>
</div>
</div>
<div class="item">
<img src="http://wallpapers-and-backgrounds.net/wp-content/uploads/2016/08/code-1080p-wallpaper_1.jpg" alt="Chicago" style="width:100%;height:400px">
<div class="carousel-caption">
<h3>In code we trust</h3>
<p></p>
</div>
</div>
<div class="item">
<img src="https://news-cdn.softpedia.com/images/news2/Windows-vs-Linux-Microsoft-Has-No-Reason-to-Worry-Yet-477436-3.jpg" alt="New York" style="width:100%;height:400px">
<div class="carousel-caption">
<h3>Linux Better than windows</h3>
<p>We Love OpenSource , with Opensource we learn dont to be arrogant person.</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--end -->
<br>
<br>
<div style="text-align: center;margin-top:15%;">
<div style="width: 65%; margin: 0 auto;"><h1 style="color:#35383d">Tech We are using</h1></div>
</div>
<div onmousedown="return false" style="width: 65%; margin: 0 auto;height:367px;">
<image src="newiconsnewcode-1.png" class="cantdrag"style = "width:100%;heigth:100%">
</div>
<div style= "width:90%";></div>
<div style="text-align: center;">
<br>
<div style="width: 60%; margin: 0 auto;margin-top:10%;background-color:">
<h1 style="color:#35383d">lets describe your project</h1>
<br>
<h3 style="color:#35383d">Fill this form to make it Happend
</h3>
<h3 style="color:#35383d">your project software
</h3>
</div>
</div>
<div class="container">
<form action="/action_page.php">
<div class="row">
<div class="col-75">
<label for="fname">First Name:</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
</div>
</div>
<div class="row">
<div class="col-75">
<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
</div>
</div>
<div class="row">
<div class="col-75">
<label for="country">Country:</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>
</div>
</div>
<div class="row">
<div class="col-75">
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
</div>
</div>
<br>
<div class="row">
<input type="submit" value="Submit">
</div>
</form>
</div>
</section>
<!-- content -->
<br>
<br>
<br>
<br>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<script data-cfasync="false" type="text/javascript"
src="https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/form-submission-handler.js"></script>
</body>
</html>