-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (63 loc) · 2.79 KB
/
index.html
File metadata and controls
69 lines (63 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Makewith : " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/bootstrap.css">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/application.css">
<link href="fa/css/font-awesome.css" rel="stylesheet">
<script src="javascripts/bootstrap.js" async></script>
<title>Makewith</title>
</head>
<body>
<header>
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<h1 class="navbar-bland">Makewith</h1>
</div>
</div>
</nav>
</header>
<main>
<div class="container">
<section>
<h2><i class="fa fa-wrench"></i> Services</h2>
<div class="row">
<div class="col-sm-4">
<h3><a href="//event.makewith.jp">event.makewith.jp</a></h3>
<p class="service-description">
makewith.Eventは、同じ想いを持つ人同士が継続的に物作りを行う場、
そんな場を提供する、物作りの場に特化したイベント開催支援サービスです。
対象はプログラミング、料理、工作、デザインとオールジャンル。
同じ想いをもった仲間があなたの参加を待っています。
</p>
<a href="//event.makewith.jp"><img class="img-thumbnail img-responsive inline-block display-block" src="images/makewith.png"></a>
</div>
<div class="col-sm-4">
<h3><a href="//place.makewith.jp">place.makewith.jp</a></h3>
<p class="service-description">
makewith.Placeは、お気に入りの作業場所を共有するサービスです。
あなたのお気に入りの作業場所がありましたら是非教えてください!現地へ行って確かめに行ってきます。
</p>
<a href="//place.makewith.jp"><img class="img-thumbnail img-responsive inline-block display-block" src="images/makewith-place.png"></a>
</div>
<div class="col-sm-4">
<h3>*.makewith.jp</h3>
<p class="service-description">
Comming soon(〜9/30)
</p>
<img class="img-thumbnail img-responsive inline-block display-block" src="images/comming_soon.png">
</div>
</div>
</section>
</div>
</main>
<footer class="navbar-fixed-bottom">
<div class="container">
<p class="copyright">Makewith maintained by <a href="https://github.com/makerbee">makerbee</a></p>
</div>
</footer>
</body>
</html>