-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
67 lines (66 loc) · 2.76 KB
/
index.htm
File metadata and controls
67 lines (66 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web is Cool!</title>
<link rel="icon" type="image/png" href="img/fav.png" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<div>
<p>
<span class="title">WebIsCool</span> is a <a href="https://github.com/webiscool" target="_blank">young team of developers</a> working on web technos and open source.
</p>
</div>
<div id="main">
<p>
Our watchwords are:
<span class="code">Reactivity</span>, <span class="code">Versatility</span>, <span class="code">Adaptability.</span><br>
We can handle:
<br>
<ul>
<li>Responsive integration</li>
<li>Front-end & back-end development</li>
<li>Persistence and database management</li>
<li>CMS installations and customizations</li>
<li>DNS setup, Web hosting and Continuous integration</li>
<li>Permanent support (thanks to our different <a href="http://24timezones.com/horloge_mondiale.php" target="_blank">time zone location</a>: GMT -6, GMT +1, GMT +3)</li>
</ul>
</p>
</div>
<div>
<p>
Our goal is to create web pages with the <span class="code">technologies THAT FIT THE BEST the client needs.</span>
</p>
<p>
We suggest <span class="code">the lightest solutions</span> relying on <span class="code">serverless</span> & <span class="code">micro services architectures</span>:
<br>
<ul>
<li>Using <a href="https://facebook.github.io/react/" target="_blank">ReactJS</a> for instance to make simple showcase websites.</li>
<li>Offline auto-sync apps with <a href="https://pouchdb.com/" target="_blank">PouchDB</a>.
<li>Storing datas in Google Spreadsheets and retrieving them after using Google App Scripts (and others Google APIs)</li>
<li>Setting up <span class="code">functions as a service</span> (<a href="https://en.wikipedia.org/wiki/Function_as_a_Service" target="_blank">FaaS</a>) using AWS Lambda or <a href="https://webtask.io/" target="_blank">Webtask.io</a><br>
</p>
<p>
If your project requires more complexity and needs personal backends to administrate easily and to-measure,
<span class="code">we can setup different kind of stacks</span> including: php, sql, redis, symfony, mongoDB and nodeJs.
</p>
</div>
<div>
Among the <span class="code">technologies</span> we use:<br><br>
<img src="img/php.png" />
<img src="img/react.png" />
<img src="img/github.jpg" />
<img src="img/google-app-scripts-logo.png" />
<img src="img/aws.png" />
<img src="img/circleci-logo.png" />
<img src="img/docker.png" />
<img src="img/slack.png" />
<img src="img/redis.png" />
<img src="img/webtask-io-logo.png" />
<img src="img/pouch-logo.jpeg" />
<img src="img/sentry-logo.png" />
<img src="img/gandi.jpg" />
</div>
</body>
</html>