-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (103 loc) · 5.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>27AE60 | Home</title>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1.0,maximum-scale=1.0,user-scalable=yes"/>
<meta name="google-site-verification" content="gDb-YOtZEK29QgE-WWm28oUaYZxoWLPmGtnhErwodAc" />
<!-- Open Graph data -->
<meta property="og:title" content="27AE60"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.27ae60.com" />
<meta property="og:image" content="http://www.27ae60.com/assets/images/banner.jpg" />
<meta property="og:description" content="We help startups Design, Build & Ship their applications"/>
<meta property="og:site_name" content="Application Design & Development consulting" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://www.27ae60.com">
<meta name="twitter:title" content="27AE60">
<meta name="twitter:description" content="We help startups Design, Build & Ship their applications">
<meta name="twitter:image" content="http://www.27ae60.com/assets/images/banner.jpg">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="27AE60">
<meta itemprop="description" content="We help startups Design, Build & Ship their applications">
<meta itemprop="image" content="http://www.27ae60.com/assets/images/banner.jpg">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/homepage.css" />
</head>
<body>
<div class="wrapper">
<header class="Spacing__50">
<a href="index.html">
<img class="logo" src="assets/images/logo.jpg" alt="27AE60's logo"/>
</a>
</header>
<section class="Spacing__50">
<h1 class="Spacing__20">Welcome to 27AE60</h1>
<p>We help software business to build stable and scalable systems.
Our expertise is a blend of Design and Technology and focuses on Human-Centric approach. Our first choice in technology stacks for front-end environment is <em>ReactJS</em>, <em>BEM</em> for organising Stylesheets and for web services, <em>NodeJS</em> and <em>Golang</em>. Design, on the other hand, involves a continuous process of research, discussions, sketching and wireframing. We believe <em>content</em> is the pivotal element in any design.
</p>
</section>
<section class="Spacing__80">
<h2 class="Spacing__50">Team Projects</h2>
<ol class="Projects">
<li class="Project">
<h3 class="Spacing__10">
<a href="http://chapiapp.com" target="_blank">
Chapi - Save anything from the web
</a>
</h3>
<img class="Project__Banner Spacing__20" src="assets/images/chapi.png"/>
<p class="Spacing__30">A tool for Personal Knowledge Management for the web. Chapi helps you save contents like texts, images and pages that you find on the internet to a personalised space and allows you recollect it quickly by providing search and timeline. <em>(currently in alpha version)</em></p>
</li>
<li class="Project">
<h3 class="Spacing__10">
<a href="https://medium.com/@jaisonjustus/wireframing-kit-for-adobe-xd-b8da95a82553" target="_blank">
Wireframing Kit for Adobe XD
</a>
</h3>
<img class="Project__Banner Spacing__20" src="assets/images/wireframing-kit.png"/>
<p class="Spacing__30">Bring the prototyping power of Adobe XD into wireframing, Download the Wireframing Kit Now! And start creating clickable wireframes faster and better.</p>
</li>
<li class="Project">
<h3 class="Spacing__10">
<a href="https://medium.com/rad-fad-mad" target="_blank">
Rad Fad Mad
</a>
</h3>
<img class="Project__Banner Spacing__20" src="assets/images/rad-fad-mad.png"/>
<p class="Spacing__30">A good collection of handpicked music albums from all genres, styles, eras and cultures <em>(currently we are working on something special for you!)</em></p>
</li>
<li class="Project">
<h3 class="Spacing__10">
<a href="https://www.behance.net/gallery/26493887/Project-Facemash-101-Lovely-Faces" target="_blank">
Project Facemash
</a>
</h3>
<img class="Project__Banner Spacing__20" src="assets/images/facemash.png"/>
<p class="Spacing__30">An illustration project to make 100 faces smile</p>
</li>
</ol>
</section>
<footer>
<blockquote class="Greet Spacing__20">
We are happy to meet you. Write us about how can we help you at
<a href = "mailto:[email protected]">[email protected]</a>.
We love receiving mails. Keep in touch.<br/><br/>
<span class="Greet__Tag">ありがとうございました!</span>
</blockquote>
<img class="Fleuron Spacing__80" src="assets/images/fleuron.svg"/>
<img class="Footer__Image" src="assets/images/artwork-team.png"/>
</footer>
</div>
<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-71375577-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>