-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle-0.html
More file actions
93 lines (75 loc) · 3.97 KB
/
single-0.html
File metadata and controls
93 lines (75 loc) · 3.97 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>project r</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="static/css/bulma.css">
<link rel="stylesheet" href="static/css/font-awesome.css">
<link rel="stylesheet" href="static/css/linea-arrows-styles.css" />
<link rel="stylesheet" href="static/css/swiper.css">
<link rel="stylesheet" href="static/css/app.css">
</head>
<body>
<div id="menu-bar">
<div id="menu-icon">
<span class="top"></span>
<span class="middle"></span>
<span class="bottom"></span>
</div>
<a href="index.html" id="logo">project r</a>
</div>
<nav id="menu">
<ul class="socials">
<li><a href="https://github.com/IN-RE">Github</a></li>
<li><a href="https://www.be.net/PRO-ject-AR">Behance</a></li>
</ul>
<div class="columns contact-infos is-hidden-mobile">
<div class="column">
<p class="small-text">
1 Times Square<br> New York, NY 10036
</p>
</div>
<div class="column">
<ul class="small-text">
<li>40°45′23″N 73°59′11″W</li>
</ul>
</div>
</div>
<ul id="menu-items">
<li><a href="index.html">about</a></li>
<li><a href="single-0.html">R</a></li>
</ul>
<div id="copyright">
<p>@2020 project r. All rights reserved.</p>
</div>
</nav>
<div id="wrapper">
<section class="blog-post">
<div class="container">
<div class="columns">
<div class="column is-offset-one-fifth-desktop is-three-fifths-desktop is-four-fifths-tablet">
<figure>
<img src="images/@stock/image.png" class="alignwide" alt="blog post 1">
<figcaption>The antique letter R is made as follows. Make a circle and square marked off in divisions, the division at the foot, marked 2, being one unit in depth, and that at the top, marked I, one-third of a unit. Mark off a similar division above the diameter marked 3 to the line 4 and another similar
division on the right of the line s, marked 6. From the points 6, at the top and at the foot, mark off one unit to the points 7 and draw a line from 7 to 7. From the centre of the square measure half a unit to the left and half a unit to the right along
the diameter marked 3. These points are 56 marked as white spots. With the point 8 as centre and radius extending to the centre of the square, describe a circle. With the point 9 as centre and radius extending to the line marked 1, describe a circle which will touch the line marked 4. Then with your set-square draw a line from the white spot on the right to the point 7, at the foot and another line from the points to the white spot on the left. With the point X as centre and radius extending to the angle of the square marked o, describe a circle, and another circle with the point 12 as centre. Then at the foot describe two circles with radius of one unit from the centres marked and another similar one at
the top on the left (Verini 27).</figcaption>
</figure>
<ul class="small-text">
BIBLIOGRAPHY<br><br>
Verini, Giovam Baptista. Luminario; or, The Third Chapter of the Liber Elementorum Litterarum on the Construction of Roman Capitals.
Translated by A. F. Johnson, introduction by Stanley Morison, Harvard College Library, 1947.<br><br>
</ul>
</div>
</div>
</div>
</section>
</div>
<script src="js/modernizr-custom.js"></script>
<script src="js/swiper.patched.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>