-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex1.html
315 lines (264 loc) · 8.6 KB
/
index1.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
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
307
308
309
310
311
312
313
314
315
<!DOCTYPE HTML>
<html>
<head>
<title>GOLDEN RATIO</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index1.html">GOLDEN RATIO</a></h1>
<nav class="links">
<ul>
<li><a href="#">Home</a></li>
<li><a href="art.html">Art</a></li>
<li><a href="nature.html">Nature</a></li>
<li><a href="angle.html">Golden Angle</a></li>
<li><a href="rule.html">Rule of Thirds</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<nav class="main">
<ul>
<li class="search">
<a class="fa-search" href="#search">Search</a>
<form id="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</li>
<li class="menu">
<a class="fa-bars" href="#menu">Menu</a>
</li>
</ul>
</nav>
</header>
<!-- Menu -->
<section id="menu">
<!-- Search -->
<section>
<form class="search" method="get" action="#">
<input type="text" name="query" placeholder="Search" />
</form>
</section>
<!-- Links -->
<section>
<ul class="links">
<li>
<a href="art.html">
<h3>Golden Ratio And Art</h3>
</a>
</li>
<li>
<a href="archi.html">
<h3>Golden Ratio And Architecture</h3>
</a>
</li>
<li>
<a href="nature.html">
<h3>Golden Ratio And Nature</h3>
</a>
</li>
<li>
<a href="angle.html">
<h3>Relation with Golden Angle</h3>
</a>
</li>
<li>
<a href="rule.html">
<h3>Golden Ratio and Rule of Thirds</h3>
</a>
</li>
<li>
<a href="geometry.html">
<h3>Usage in Geometry</h3>
</a>
</li>
<li>
<a href="fibonacci.html">
<h3>Fibonacci and Golden Ratio</h3>
</a>
</li>
</ul>
</section>
</section>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2>Nomenclature</h2>
</div>
<div class="meta">
<a href="#" class="author"><span class="name">Pratik</span><img src="images/avatar.jpg"
alt="" /></a>
</div>
</header>
<a class="image featured"><img src="images/g.gif" alt="" /></a>
<p>The golden ratio is also called the golden mean or golden section . Other
names include extreme and mean ratio, medial section, divine proportion, divine section , golden
proportion, golden cut, and golden
number.</p>
<footer>
<ul class="stats">
<li><a href="#">General</a></li>
</ul>
</footer>
</article>
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2><a href="geometry.html">Geometry</a></h2>
<p>The golden ratio have imense importance in Geometry.</p>
</div>
<div class="meta">
<time class="published" datetime="2015-10-25">November 6, 2019</time>
<a href="#" class="author"><span class="name">Sahil</span><img src="images/avatar.jpg"
alt="" /></a>
</div>
</header>
<a href="geometry.html" class="image featured"><img src="images/fibonacci-1252944_1920.png"
alt="" /></a>
<p>Mathematicians since Euclid have studied the properties of the golden ratio, including its appearance
in the dimensions of a regular pentagon and in a golden rectangle, which may be cut into a square
and a smaller rectangle with the same aspect ratio. </p>
<footer>
<ul class="actions">
<li><a href="geometry.html" class="button large">Continue Reading</a></li>
</ul>
<ul class="stats">
<li><a href="#">General</a></li>
<li><a href="#" class="icon solid fa-heart">28</a></li>
<li><a href="#" class="icon solid fa-comment">128</a></li>
</ul>
</footer>
</article>
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2><a href="fibonacci.html">Relationship to Fibonacci sequence</a></h2>
<p>Fibonacci numbers are strongly related to the golden ratio</p>
</div>
<div class="meta">
<time class="published" datetime="2015-10-22">January 15, 2020</time>
<a href="#" class="author"><span class="name">Sunil</span><img src="images/avatar.jpg"
alt="" /></a>
</div>
</header>
<a href="fibonacci.html" class="image featured"><img src="images/34_21-FibonacciBlocks.png"
alt="" /></a>
<p>Fibonacci numbers are strongly related to the golden ratio: Binet's formula expresses the nth
Fibonacci number in terms of n and the golden ratio, and implies that the ratio of two consecutive
Fibonacci numbers tends to the golden ratio as n increases.</p>
<footer>
<ul class="actions">
<li><a href="fibonacci.html" class="button large">Continue Reading</a></li>
</ul>
<ul class="stats">
<li><a href="#">General</a></li>
<li><a href="#" class="icon solid fa-heart">28</a></li>
<li><a href="#" class="icon solid fa-comment">128</a></li>
</ul>
</footer>
</article>
</div>
<!-- Sidebar -->
<section id="sidebar">
<!-- Intro -->
<section id="intro">
<a href="#" class="logo"><img src="images/phi.png" alt="" /></a>
<header>
<h2>Golden Ratio and the World</h2>
<p>Magical Ratio</p>
</header>
</section>
<!-- Mini Posts -->
<section>
<div class="mini-posts">
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3><a href="art.html">Art</a></h3>
<a href="#" class="author"><img src="images/avatar.jpg" alt="" /></a>
</header>
<a href="art.html" class="image"><img src="images/mona-lisa-67506_1920.jpg" alt="" /></a>
</article>
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3><a href="archi.html">Architecture</a></h3>
<a href="#" class="author"><img src="images/avatar.jpg" alt="" /></a>
</header>
<a href="archi.html" class="image"><img src="images/pexels-shalom-shore-1077323.jpg"
alt="" /></a>
</article>
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3><a href="rule.html">Rule Of Thirds</a></h3>
<a href="#" class="author"><img src="images/avatar.jpg" alt="" /></a>
</header>
<a href="rule.html" class="image"><img src="images/david-aler-S_5117ybQ7E-unsplash.jpg"
alt="" /></a>
</article>
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3><a href="nature.html">Nature</a></h3>
<a href="#" class="author"><img src="images/avatar.jpg" alt="" /></a>
</header>
<a href="nature.html" class="image"><img src="images/pexels-pixabay-2150.jpg" alt="" /></a>
</article>
<article class="mini-post">
<header>
<h3><a href="angle.html">Golden Angle</a></h3>
<a href="#" class="author"><img src="images/avatar.jpg" alt="" /></a>
</header>
<a href="angle.html" class="image"><img src="images/gloa.PNG" alt="" /></a>
</article>
<article class="mini-post">
<header>
<h3><a href="calculate.html">How To Calculate or Identify</a></h3>
<a href="#" class="author"><img src="images/avatar.jpg" alt="" /></a>
</header>
<a href="calculate.html" class="image"><img src="images/golden-ratio-gauge-2-prong.jpg"
alt="" /></a>
</article>
</div>
</section>
<!-- Posts List -->
<!-- About -->
<section class="blurb">
<h2>About</h2>
<p>A platform for Information you need.
</p>
<ul class="actions">
<li><a href="index.html" class="button">References</a></li>
</ul>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon solid fa-rss"><span class="label">RSS</span></a></li>
<li><a href="contact.html" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>