-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmich_gecko.html
105 lines (88 loc) · 3.68 KB
/
mich_gecko.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Gecko 9 Team</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css"
integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="mich_gecko.css">
<link rel="stylesheet" href="css/styles.css">
<script src="scripts/scripts.js" defer type="text/javascript"></script>
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Nunito|Quicksand" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js" integrity="sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy" crossorigin="anonymous"></script>
</head>
<body>
<!-- main windw-->
<!-- keyword search from unsplashAPI -->
<!-- <img src="https://source.unsplash.com/1600x900/?mountain,water/daily"
/> -->
<!-- <img src="https://source.unsplash.com/_LuLiJc1cdo/1600x900"
/> -->
<img src="https://source.unsplash.com/Ni4NgA64TFQ/1600x900"
/>
<div class="container">
<div class="row firstRow">
<div class="centerText">
<h1 class="welcomeText">Hi there!</h1>
</div>
</div>
<!-- <div class="bottomFunctions"> -->
<!-- <div class="row secondRow"> -->
<div class="leftSide">
<!--Task Box-->
<div class="task-container">
<div class="style-task">
<form class="task-form">
<input class="inputField" name="task" placeholder="What will you do today?" type="text">
</form>
</div>
<div class="style-to-do">
</div>
</div>
</div>
<!-- Overlay -->
<div class="bg-overlay">
</div>
<!--Task Box-->
<!-- <div class="task-container">
<div class="style-task">
<form class="task-form">
<input name="task" placeholder="What will you do today?" type="text">
</form>
</div>
<div class="style-to-do">
</div>
</div>
-->
<!-- Google Search Bar -->
<div class="search-div-style">
<form method="get" class="search-form-style" action="https://www.google.com/search" onsubmit="myTimeoutFunc()" target="_blank">
<input class="search-input-style" type="text" name="q" placeholder="Search..."/>
<button type="submit" class="search-button-style" name="search"> <i class="fas fa-search"></i></button>
</form>
</div>
<!-- <div class="rightSide"> -->
<!-- google search -->
<!-- <p class="searchQuestion">What are you in search of ?</p>
<div class="search">
<form method="GET" action="https://google.com/search" target="_blank">
<input class="googleSearch" type="text" name="q" placeholder="google search" size="50%" />
<input type="submit" value="search" />
</form>
</div>
</div>
-->
<!-- </div> -->
</body>
</html>