-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·193 lines (186 loc) · 7.41 KB
/
index.html
File metadata and controls
executable file
·193 lines (186 loc) · 7.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Noto+Sans+JP&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/penrose.css">
<link rel="stylesheet" href="css/style.css">
<title>PenroseCSS</title>
</head>
<body>
<header>
</header>
<main class="container">
<br>
<br>
<div class="row landing-wrapper">
<div class="six columns landing-text">
<h1>Lightweight CSS<span class="text-dot">.</span></h1>
<h1>No Compiling<span class="text-dot">.</span></h1>
<h1>No Bullshit<span class="text-dot">.</span></h1>
<input class="button-primary" type="submit" value="Docs">
<input class="button-primary" type="submit" value="Learn">
</div>
<div class="six columns landing-image-wrapper">
<img src="images/penrose_2.png" alt="">
</div>
<br>
</div>
<div class="row">
<div class="three columns">
<h4>Why PenroseCSS?</h4>
</div>
<div class="nine columns">
<p>
You should use PenroseCSS if you're embarking on a smaller project or just don't feel like you need all
the utility of larger frameworks. PenroseCSS only styles a handful of standard HTML elements and
includes a grid, cards, forms but that's often more than enough to get started. In fact, this site is
built on PenroseCSS and has ~300 lines of custom CSS.
</p>
<p>
If you love <span class="penrose-highlight">PenroseCSS</span> and want to watch it, share it, or star
it? Here's the <a href="https://github.com/rosalesnikho/PenroseCSS">Github Repo.</a>
</p>
</div>
</div>
<br>
<hr>
<br>
<!-- Grid Example -->
<h4>The Grid System</h4>
<p>
The PenroseCSS grid is a 12-column fluid grid with a max width of 960px, that shrinks with the browser/device at
smaller sizes. The max width can be changed with one line of CSS and all columns will resize accordingly. The
syntax is simple and it makes coding responsive much easier. Go ahead, resize the browser. [See the code]
</p>
<div class="row">
<div class="one column pen-grid">1</div>
<div class="eleven columns pen-grid">11</div>
</div>
<div class="row">
<div class="eleven columns pen-grid">11</div>
<div class="one column pen-grid">1</div>
</div>
<div class="row">
<div class="six columns pen-grid">6</div>
<div class="six columns pen-grid">6</div>
</div>
<div class="row">
<div class="four columns pen-grid">4</div>
<div class="eight columns pen-grid">8</div>
</div>
<div class="row">
<div class="twelve columns pen-grid">12</div>
</div>
<hr>
<!-- Cards Example -->
<h4>The Cards</h4>
<div class="row">
<div class="cards-wrapper">
<div class="four columns card-type-two bg-color-dark">
<p>Bacon ipsum dolor amet pancetta biltong ribeye ball tip cow doner meatball sirloin pork loin salami
pig
landjaeger short ribs shankle. Strip steak ham hock drumstick, pastrami turkey kielbasa tri-tip
sausage
rump corned beef tongue bacon.</p>
</div>
<div class="four columns card-type-one shadow-2 bg-color-dark">
<p>Bacon ipsum dolor amet pancetta biltong ribeye ball tip cow doner meatball sirloin pork loin salami
pig landjaeger short ribs shankle. Strip steak ham hock drumstick, pastrami turkey kielbasa tri-tip
sausage rump corned beef tongue bacon.</p>
</div>
<div class="four columns card-type-three shadow-3 bg-color-darker">
<p>Bacon ipsum dolor amet pancetta biltong ribeye ball tip cow doner meatball sirloin pork loin salami
pig
landjaeger short ribs shankle. Strip steak ham hock drumstick, pastrami turkey kielbasa tri-tip
sausage
rump corned beef tongue bacon.</p>
</div>
</div>
</div>
<!-- Forms Example-->
<hr>
<h4>The Forms</h4>
<p>
Forms are a huge pain, but hopefully these styles make it a bit easier. All inputs, select, and buttons are
normalized for a common height cross-browser so inputs can be stacked or placed alongside each other.
</p>
<div class="row">
<div class="six columns">
<form>
<div class="row login-form shadow-1">
<div class="six columns">
<label for="email">Username</label>
<input class="u-full-width" type="email" placeholder="SirRogerPenrose@gmail.com" id="email">
</div>
<div class="six columns">
<label for="password">Password</label>
<input class="u-full-width" type="password" placeholder="P@55w04d" id="password">
</div>
<label class="example-send-yourself-copy">
<input type="checkbox">
<span class="label-body">Remember Me</span>
</label>
<input class="button-primary" type="submit" value="Submit">
</div>
</form>
</div>
<div class="six columns">
<div class="twelve columns">
<label for="exampleRecipientInput">Topic</label>
<select class="u-full-width" id="exampleRecipientInput">
<option value="Option 1">General</option>
<option value="Option 2">Products</option>
<option value="Option 3">Bitcoin</option>
</select>
</div>
<label for="exampleMessage">Message</label>
<textarea class="u-full-width" placeholder="Hi User" id="exampleMessage"></textarea>
</div>
</div>
<hr>
<h4>The Tables</h4>
<p>
Tables are super easy in PenroseCSS. Be sure to use properly formed table markup with thead and tbody when building a table.
</p>
<div class="row">
<div class="twelve columns">
<table class="u-full-width">
<thead>
<tr>
<th>Name</th>
<th>Age</th>
<th>Sex</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ron Burgandy</td>
<td>50</td>
<td>Male</td>
<td>San Diego</td>
</tr>
<tr>
<td>Donald Trump</td>
<td>70</td>
<td>Male</td>
<td>New York</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
<!-- Footer -->
<footer>
</footer>
<!-- JS Scripts-->
<script>
</script>
</body>
</html>