-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex_old.html
More file actions
76 lines (62 loc) · 3.64 KB
/
index_old.html
File metadata and controls
76 lines (62 loc) · 3.64 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
<!DOCTYPE HTML>
<html>
<head>
<title>OpenModal - A fresh approach to modal analysis</title>
<meta name="description=" content="OpenModal is a measurement, analysis and visualisation software for structural dynamics
analysis. It is an open source software made with Python.">
<meta charset="utf-8">
<meta name="keywords" content="structural dynamics, experimental modal analysis,open,python,science,research,automotive,space,industry,operational modal analysis,source">
<meta name="google-site-verification" content="BzEAW3l_yWDe3r8fGMy6ZrDPe0_b8EqyWpDCwX-Z7PE" />
<!-- main css -->
<link href="css/style.css" media="screen" rel="stylesheet" type="text/css">
<!-- media queries css -->
<link href="css/media-queries.css" media="screen" rel="stylesheet" type="text/css">
<!--Fonts-->
<link href='http://fonts.googleapis.com/css?family=Alegreya Sans SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!--Sprites-->
<link href="sprites/css/font-awesome.css" rel="stylesheet">
<!--<a href="https://github.com/openmodal"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/8b6b8ccc6da3aa5722903da7b58eb5ab1081adee/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png"></a>
-->
</head>
<body>
<!-- <div class="header0">
<img src="img/logo.gif" width="180" alt="Logo: HTML+CSS">
</div>
-->
<div class="header1">
<h1>OpenModal</h1>
<h2>A fresh approach to modal analysis</h2>
<p>OpenModal is a measurement, analysis and visualisation software for structural dynamics
analysis. It is an open source software made with Python.</p>
<p>It will be launched in 2016.</p>
</div>
<div class="header2">
<a href="http://goo.gl/forms/tcH9ZjtfFq">
<i class="fa fa-external-link"></i> Send me news</a>
<a href="http://goo.gl/forms/XZwOSvRjWO">
<i class="fa fa-external-link"></i> I would like to help</a>
</div>
<br>
<br>
<br>
<div class="header2">
<a class="twitter-timeline" href="https://twitter.com/openmodal" data-widget-id="640159904653791232">Tweets by @openmodal</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</body>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="js/script.js"></script>
<script src="js/validation.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64441850-1', 'auto');
ga('send', 'pageview');
</script>
</html>