-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-trash.html
133 lines (112 loc) · 4.51 KB
/
index-trash.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
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://algotecture.net/shorthand.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/pattern.min.css">
<title>AlgoTecture</title>
<meta name="description" content="Algorithmic Architecture">
<meta name="keywords" content="design, bim, design generator, bam, boom">
<meta property="og:type" content="website">
<meta property="og:url" content="https://algotecture.net/">
<meta property="og:title" content="AlgoTetcure">
<meta property="og:description" content="Algorithmic Architecture">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179952746-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179952746-1');
</script>
<style>
code{
font-family: monospace;
color: red;
}
aside{
width:250px;
}
.content{
left:280px;
}
@media screen and (max-width: 7px){
.content{
left:0;
}
}
</style>
<title>AlgoTecture</title>
</head>
<link href="dist/pattern.min.css" rel="stylesheet">
<section id="hero" class="h-1000vh pattern-vertical-lines-md blue-light bg-gray flex justify-center items-center bg-fixed" tabindex="-1" style="outline: none;">
<div>
<body class="h-200pc roboto bg-slategray-darkest">
<h1 class="fs-l5 text-center lh-2 black">The AlgoTecture radically simplifies collaborative design, construction and operation processes by providing an intelligent framework</h1>
<div class="text-center">
<div class="leanmore1">
<a href="https://docs.google.com/presentation/d/1AO6KE9fBhvP8HZTJSQLHbutZS8kfi_186px_KFuuLPs/edit?usp=sharing" class="button-lg no-underline br-10 bg-black white fs-s3 ls-wider uppercase hover-opacity-100 focus-white hover-scale-up-1 ease-1500">
<span>Learn More</span></a>
</div>
</div>
<div class="leanmorePDF">
<a href="https://scape.ch/rose_pavilion_baublatt.pdf" class="button-lg no-underline br-10 bg-black white fs-s3 ls-wider uppercase hover-opacity-100 focus-white hover-scale-up-1 ease-1500">
</div>
</div>
</section>
<section class="rose">
<div class="rose-image">
<img class="pic" style="transform:translate(0px, 15px);" src="https://scape.ch/rosenpavillion_0323_finals.jpg" alt="rose pavilion">
</div>
</section>
<footer id="scape-footer">
<p> <br> Copyright by Dimitry Dëmin.</p>
<p> Open Source: <a href="https://github.com/2D">GitHub</a>.<br> Comments, suggestions, changes? Please write me an email ddemin(at)algotecture.net <a href="https://www.linkedin.com/in/dimitry-d%C3%ABmin-799321105/">Dimy Dëmin</a>.<br>
or Twitter <a href="https://twitter.com/rob_salzer">@ddemin</a><br>
Blog <a href="https://medium.com/@ddemin">writings</a><br> This site is using Google Analytics. <a href="javascript:gaOptout()">Opt-Out</a>
<p> <br> If you have any comments about our WEB presence, you can write us at the address post(dot)ddemin(at)gmail(dot)com — however, due to the limited number of members, we are unable to provide a direct response.</p>
</p>
</footer>
</body>
</html>
<!-- old rose pavilion website as trash here
<!DOCTYPE html>
<html>
<head><title>Scape</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.responsive {
width: 100%;
height: auto;
}
body {
background-color: DarkGray;
}
h1 {
font-family: verdana;
color: white;
text-align: center;
}
h2 {
font-family: verdana;
color: black;
text-align: Left;
}
p {
font-family: verdana;
font-size: 20px;
}
</style>
</head>
<body>
<h1>scape.ch</h1>
<p>Copyright by Dimitry Dëmin.</p>
<h2> <a href="https://www.world-architects.com/en/architecture-news/works/rose-pavilion-1/">The Rose Pavilion!</a> </h2>
<img src="rosenpavillion_0323_finals.jpg" alt="rosen pavillion" class="responsive" width="2925" height="1950">
<p>If you have any comments about our WEB presence, you can write us at the address post(dot)ddemin(at)gmail(dot)com — however, due to the limited number of members, we are unable to provide a direct response.</p>
</body>
</html>
-->
<!--
<img src="rosenpavillion_0323_finals.jpg" alt="rosen pavillion" class="responsive" width="585" height="390">
-->