-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
143 lines (119 loc) · 5.4 KB
/
contact.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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Dyna2Gams – Optimal Control with GAMS</title>
<meta charset="ISO-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Dyna2Gams" />
<meta property="og:description" content="Optimal Control with GAMS" />
<meta property="og:url" content="https://dyna2gams.github.io/" />
<meta property="og:site_name" content="Dyna2Gams" />
<meta property="og:image" content="https://dyna2gams.github.io/images/dyna-sts-9-launch.jpg" />
<meta property="og:image:width" content="2048" />
<meta property="og:image:height" content="963" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:text:title" content="Home" />
<meta name="twitter:image" content="https://dyna2gams.github.io/images/dyna-sts-9-launch.jpg?w=640" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" href="images/dyna2gams-32x32.jpg" sizes="32x32" />
<link rel="icon" href="images/dyna2gams-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="images/dyna2gams-180x180.jpg" />
<meta name="msapplication-TileImage" content="images/dyna2gams-270x270.jpg" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js" type="text/javascript"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<section class="bannerv">
<div class="top">
<!-- Logo -->
<div id="logo">
<!--span class="image avatar48"><img src="images/avatar.jpg" alt="" /></span-->
<h1 id="title">DYNA2GAMS</h1>
<p>optimal control with GAMS</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html" id="home-link">Home</a></li>
<li><a href="features.html" id="features-link">Features</a></li>
<li><a href="tutorial.html" id="examples-link">Tutorial</a></li>
<li><a href="examples.html" id="examples-link">Examples</a></li>
<li><a href="download.html" id="download-link">Download</a></li>
<li><a href="#top.html" id="contact-link" class="scrolly active">Contact</a></li>
<li><a href="blog.html" id="blog-link">Blog</a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<!--li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li-->
<!--li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li-->
<li><a href="https://github.com/dyna2gams" class="icon fa-github"><span class="label">Github</span></a></li>
<!--li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li-->
<li><a href="https://www.linkedin.com/in/alain-jean-michiels/" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</section>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<!-- Contact -->
<section id="contact" class="two">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<div align="left">
<p>We welcome your comments and suggestions on DYNA2GAMS.
Contact us at [email protected] with your comments and suggestions.
Also feel free to contact us for any problems or questions you might have.
</div>
<form method="get" action="mailto:[email protected]">
<div class="row">
<div class="col-6 col-12-mobile"><input type="text" name="subject" placeholder="Subject" /></div>
<div class="col-6 col-12-mobile"><input type="text" name="cc" placeholder="Cc:" /></div>
<div class="col-12">
<textarea name="body" placeholder="Message"></textarea>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
     
<input type="reset" value="Reset" />
</div>
</div>
</form>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Alain J. Michiels. All rights reserved.</li>
<li>Original design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Banner: <a href="https://www.flickr.com/people/44494372@N05">NASA on The Commons</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.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>