-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (254 loc) · 9.12 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>SimCav</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0">
<!-- <meta name="viewport" content="width=device-width"> -->
<link href="http://simcav.org/" rel="canonical">
<link rel="stylesheet" media="(max-width: 899px)" href="main-800.css">
<link href="main.css" media="(min-width: 900px)" rel="stylesheet" />
<link rel="icon" href="logo1.svg">
<!-- ICONS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<!-- FONTS -->
<!-- Title -->
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<!-- NavBar -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Body -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
</head>
<body>
<header>
<div id="title">
<img src="logo1.svg" height="60px">
<h1>
SIMCAV
</h1>
</div>
<!-- Menu -->
<div id="menuToggle">
<input type="checkbox" />
<span class="burger"></span>
<span class="burger"></span>
<span class="burger"></span>
<ul id="menuBar">
<li class="menuOption">
<a class="targetLink" href="">
<i class="fa fa-home"></i>
<span>Home</span>
</a>
</li>
<li class="menuOption">
<a class="targetLink" href="#Downloads">
<i class="fa fa-download"></i>
<span>Downloads</span>
</a>
</li>
<li class="menuOption">
<a class="targetLink" href="#About">
<i class="fa fa-info"></i>
<span>About</span>
</a>
</li>
<li class="menuOption">
<a class="targetLink" href="#Contact">
<i class="fa fa-envelope"></i>
<span>Contact</span>
</a>
</li>
</ul>
</div>
</header>
<!-- ===================================================================== -->
<!-- MAIN CONTENT -->
<!-- ===================================================================== -->
<div class="bodyBody">
<div id="Home" class="content col2">
<ul id="motivator">
<li>
<h2>Simple yet powerful laser system designer</h2>
<a href="#Downloads"><button>Try it now</button></a>
</li>
<li id="motivatorPic">
<div id="motPic"><img src="laptop.png"></div>
</li>
</ul>
</div>
<div class="content col3">
<ul>
<li>
<span class="reasonsTitle">Accelerate design</span>
<div class="fill">
<div class="picture one">
</div>
<div class="reasons">
<ul>
<li><span>Design calculator</span><br>
Built-in calculator finds solutions based on user-given conditions.
<li><span>Conspicuous diagrams</span><br>
Visualize the system as you design it.
<li><span>Flexible</span><br>
Install on your computer, or run it from a USB anywhere you go.
</ul>
</div>
</div>
</li>
<li>
<span class="reasonsTitle">Empower analysis</span>
<div class="fill">
<div class="picture two">
</div>
<div class="reasons">
<ul>
<li><span>Minimalist layout</span><br>
Leaving space for what really matters: plots.
<li><span>Multiple tools</span><br>
Read coordinates, zoom as desired, modify axes...
<li><span>Convenient export</span><br>
Plots easily saved as image files in various formats.
</ul>
</div>
</div>
</li>
<li>
<span class="reasonsTitle">Reduce costs</span>
<div class="fill">
<div class="picture three">
</div>
<div class="reasons">
<ul>
<li><span>Free software</span><br>
No costs, no tracking, no ads... 100% science.
<li><span>Multiplatform</span><br>
Linux, Windows, MacOs: Use it everywhere without hassle.
<li><span>Open-source</span><br>
Source code available to study, modify or adapt to your needs.
</ul>
</div>
</div>
</li>
</ul>
</div>
<!-- ===================================================================== -->
<!-- HERE GO THE DOWNLOADS -->
<!-- ===================================================================== -->
<div class="separator">
<span id="Downloads">Downloads</span>
</div>
<div class="content col4">
<ul>
<li>
<a class="downLink" href="https://gitlab.com/simcav/simcav/raw/master/installer.py?inline=false">
<!-- <img src="./gnulinux.png" height="45px"> -->
<i class="fab fa-linux"></i>
<h4>GNU/Linux</h4>
</a>
</li>
<li>
<a class="downLink" href="https://gitlab.com/simcav/simcav/raw/master/installer.py?inline=false">
<!-- <img src="./windows.png" height="45px"> -->
<i class="fab fa-windows"></i>
<h4>Windows</h4>
</a>
</li>
<li>
<a class="downLink mac">
<!-- <img src="./mac.png" height="45px"> -->
<i class="fab fa-apple"></i>
<h4>macOS <br>(coming soon)</h4>
</a>
</li>
<li>
<a class="downLink" href="https://simcav.gitlab.io/manual.pdf" target="_blank">
<!-- <img src="resources.png" height="45px"> -->
<i class="fa fa-book"></i>
<h4>Manual</h4>
</a>
</li>
</ul>
<hr>
<div id="postDownloads">
<ul>
<li>
<a href="portable.html">
<p>Portable version</p><br>
<i class="fas fa-suitcase-rolling"></i>
</a>
</li>
<li>
<a href="help.html">
<p>Help</p><br>
<i class="fas fa-question-circle"></i>
</a>
</li>
<li>
<a href="signatures.html">
<p>Verify signature</p><br>
<i class="fas fa-key"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- ===================================================================== -->
<!-- HERE GO THE ABOUT -->
<!-- ===================================================================== -->
<div class="separator">
<span id="About">About</span>
</div>
<div class="content col">
<ul>
<li>
<p class="aboutTitle">Citing SimCav
<p class="aboutText">
<a href="https://doi.org/10.5281/zenodo.3911627"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3911627.svg" alt="DOI"></a>
<p class="aboutText">
Julio M. Rodríguez-García. (2020, June 28). simcav/simcav: Satele (Version 5.0). Zenodo. <br>
DOI: 10.5281/zenodo.3911627
</li>
<li>
<p class="aboutTitle">Contributing
<h5 id="help">Help welcome:<span class="tooltiptext">Get in touch!</span></h5>
<span>Ideas, coding, designing, bugs, requests...</span>
<h5 id="BTC1">Buy me a coffee:<br>
<span id="BTC">35CJUteKQXmTmFie1QGzLpoDxz1DTiF9Qh
<span class="tooltiptext"><img src="QR-bitcoin2.png" height="100px"></span>
</span>
</h5>
<h5 id="thanks">Special thanks to:<span class="tooltiptext">Your name here</span></h5>
<span>Liz, Omar, Riccardo</span>
</li>
</ul>
</div>
<!-- ===================================================================== -->
<!-- HERE GO THE CONTACT -->
<!-- ===================================================================== -->
<div class="separator">
<span id="Contact">Contact</span>
</div>
<div id="contactContent" class="content col2">
<ul>
<li id="contactDetails">
<p style="font-size:1.1em;font-weight:bold;">Dr. Julio M. Rodríguez-García
<p><a href="">Email:</a>
<br>
contact at simcav.org
</li>
<li id="contactSource">
<p style="font-size:1.1em;font-weight:bold;text-align:center;">Source Code
<p><a href="https://gitlab.com/simcav/simcav" target="_blank">SimCav repository</a><br>
<span style="font-size:0.7em;">Written in Python/PyQT</span>
<p><a href="https://gitlab.com/simcav/simcav.gitlab.io" target="_blank">Website repository</a><br>
<span style="font-size:0.7em;">Written in HTML/CSS</span>
<p style="text-align:center"><a href="https://gitlab.com/" target="_blank" style="color:var(--colorText)">
<span style="font-size:0.8em;">Hosted in GitLab</span>
<i class="fab fa-gitlab" style="font-size:1.1em;padding-left:10px"></i></a>
</li>
</ul>
</div>
<div id="privacy" style="text-align: center;">SimCav does not collect personally identifiable information. <a href="privacy.html">More information</a></div>
</body>
</html>