This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
macdownload.html
162 lines (120 loc) · 5.19 KB
/
macdownload.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OPMon Lazuli</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!-- stylesheets css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<link rel="stylesheet" href="css/hover-min.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600' rel='stylesheet' type='text/css'>
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- Preloader section -->
<div class="preloader">
<div class="sk-spinner sk-spinner-pulse"></div>
</div>
<!-- Navigation section -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html#top" class="navbar-brand"><img src="opmon_title.png" alt="OpMon"/></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="http://opmon-game.ga" class="smoothScroll">Revenir au site</a></li>
</ul>
</div>
</div>
</div>
<section id="download" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-offset-1 col-sm-10">
<div class="wow fadeInUp section-title" data-wow-delay="0.6s">
<h2>Telechargement</h2>
<h4>pour le système MACOS</h4>
</div>
</div>
<h3>macOS</h3>
<p>Telechargez la version Windows, et demarrez la avec le logiciel Wine</p>
<a href="http://downloads.opmon-game.ga/pages/last.html" class="wow fadeInUp btn btn-default hvr-bounce-to-top smoothScroll" data-wow-delay="1.3s">Télécharger pour Wine</a>
</div>
</div>
<p class="wow fadeInUp">
Pour demarrer le jeu, installez sur votre Mac, "Wine", puis demarrer le setup.exe grâce à Wine</p>
</section>
<!-- Footer section -->
<footer>
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-4 col-sm-4" data-wow-delay="1.6s">
<h3>Cyrion</h3>
<strong>Programmation et contact commercial</strong>
<p>jlppcprog@gmail.com</p>
</div>
<div class="wow fadeInUp col-md-4 col-sm-4" data-wow-delay="1.9s">
<h3>Navet56</h3>
<strong>Game-designer et graphiste</strong>
<p>Pour toute question au niveau bugs graphiques, créations ou fan art personnels ou simples questions</p>
<p>evandib@gmail.com</p>
</div>
</div>
</div>
</footer>
<!-- Copyleft section -->
<section id="copyright">
<div class="container">
<div class="row">
¹
<div class="col-md-8 col-sm-8 col-xs-8">
<p>Copyleft 2012 - 2017 OPMon Team - Designed by <a class="designed-by" href="https://plus.google.com/+Tooplate/" target="_blank">Tooplate</a>& <a class="designed-by" href="https://github.com/navet56" target="_blank">Navet56</a></p>
</div>
<div class="col-md-4 col-sm-4 text-right">
<a href="#home" class="fa fa-angle-up smoothScroll gototop"></a>
</div>
</div>
</div>
</section>
<!-- javscript js -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118919572-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118919572-1');
</script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/isotope.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>