-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex-temp.html
More file actions
171 lines (153 loc) · 5.79 KB
/
index-temp.html
File metadata and controls
171 lines (153 loc) · 5.79 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
<!DOCTYPE html>
<html>
<head>
<script src="https://www.gstatic.com/firebasejs/4.13.0/firebase.js"></script>
<script type="text/javascript" src="js/firebasehead.js"></script>
<title>Programmer Me | Program Your Way.</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:500" rel="stylesheet">
<link rel="stylesheet" href='css/menu.css'>
<link rel="icon" href="./img/favicon.png" type="image/x-icon"/>
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon"/>
<style type="text/css">
.quote{
font-family: 'Work Sans', sans-serif;
font-size: 72px; font-style: normal;
color: #eee;
text-align: justify;
text-align-last: center;
padding-right: 16px;
padding-left: 16px;
}
.quote .line2{
font-size: 48px;
}
.quote .big{
font-size: 32px;
text-align: justify;
}
.quote .author {
font-size: 24px;
margin-top: 32px;
background: rgba(0,0,0,0.75);
}
footer{
background-color: rgba(0,0,0,0.75);
}
#forgot{
align-content: center;
margin-left:315px;
margin_bottom:20px;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row" >
<nav role="navigation">
<div id="menuToggle">
<!--
A fake / hidden checkbox is used as click reciever,
so you can use the :checked selector on it.
-->
<input type="checkbox" />
<!--
Some spans to act as a hamburger.
They are acting like a real hamburger,
not that McDonalds stuff.
-->
<span></span>
<span></span>
<span></span>
<!--
Too bad the menu has to be inside of the button
but hey, it's pure CSS magic.
-->
<ul id="menu">
<a href="#"><li>Home</li></a>
<a href="session/blog.html"><li>Blog</li></a>
<a href="#"><li>Info</li></a>
<a href="#"><li>Contact</li></a>
</ul>
</div>
</nav>
</div>
</div>
<div class="container-fluid">
<div class="row" >
<div class="col-12" style="background: url('img/main_lq.jpg') no-repeat center center fixed;background-size: cover; height: 100vh" >
<div style="align-items: center;justify-content: center;display: flex; height: 100vh;width: 100%">
<div class="text-center">
<div style="font-size: 48px;font-weight: bold;color: #eee;">Programmer Me</div>
<div style="font-size: 32px;color: #eee;">program Your Way.</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 d-flex justify-content-center" style="padding: 0px;height: 100vh; background-image: url('img/quote_bg.jpg'); background-position: center; background-size: cover; ">
<div style="background: rgba(0,0,0,0.65); align-items: center;justify-content: center;display: flex; height: 100vh;width: 100%">
<div class="text-center quote " >
<div>Talk is cheap. </div>
<div class="line2">Show me the Code.</div>
<div class="author">Linus Torvalds</div>
</div>
</div>
</div>
<div class="col-lg-6 d-flex" style="padding: 0px;height: 100vh; background-image: url('img/quote2_bg.jpg'); background-position: center; background-size: cover; background-attachment: fixed;">
<div style="background: rgba(0,0,0,0.65); align-items: center;justify-content: center;display: flex; height: 100vh;width: 100%">
<div class="text-center quote " >
<div class="big">When you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.</div>
<div class="author">Why The Lucky Stiff</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 d-flex" style="padding: 0px;height: 100vh; background-image: url('img/hacker.jpg'); background-position: center; background-size: cover; background-attachment: fixed;">
<div style="background: rgba(0,0,0,0.65); align-items: center;justify-content: center;display: flex; height: 100vh;width: 100%">
<div class="text-center quote " >
<div>Start creating today.!</div>
<div class="author">Programmer Me</div>
<div><a id="scrollmepro" class="btn btn-lg btn-outline-secondary pro-btn" href="projects.html">Go To Project Abstracts</a></div>
</div>
</div>
</div>
</div>
</div>
<!--<div class="container">
<div class="row">
<div class="col-12 text-center" style="margin-top: 32px;margin-bottom: 32px;" >
<input type="email" id="txtEmail" placeholder="Email" style="vertical-align: middle;"/>
<input type="password" id="txtPassword" placeholder="Password" style="vertical-align: middle;"/>
<button id="btnLogin" class="btn btn-action">
Login
</button>
<button id="btnSignup" class="btn btn-secondary">
Signup
</button>
<button id="btnProfile" class="btn btn">
Go To Your Profile
</button>
<button id="btnLogout" class="btn btn-action">
Logout
</button>
</div>
<div id="forgot"><a href="reset.html">Forgot Password ?</a></div>
</div>
</div>-->
<footer>
<div class="text-center" style="line-height: 10vh; font-style: bold; color: #000; font-size: 32px;">
Join Us.
<a href="session/blog.html"><div class="text-center" style="line-height: 10vh; font-style: bold; color: #000; font-size: 32px;">
Blog</a>
</div>
<div class="text-center" style="background-color: #000; color: #eee; line-height: 6vh;">
© 2018 Programmer Me.
</div>
</footer>
<script type="text/javascript" src="js/authscript_index.js"></script>
</body>
</html>