-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (40 loc) · 1.83 KB
/
index.html
File metadata and controls
52 lines (40 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="wizardfactory.net : we make mobile app and mobile services. " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Wizard Factory</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">Wizard Factory</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>이 편한 세상을 만들자.</h3>
<p>우리는 세상을 좀 더 편리하게 해줄 수 있는 작은 서비스를 만들어 갑니다.</p>
<h3>Portfolio</h3>
<img style="margin:0; border: 0" src="images/todayweather.png"/>
<a href="https://itunes.apple.com/us/app/oneulnalssi-eojeboda-oneul/id1041700694?l=ko&ls=1&mt=8">
<img style="margin: 0; border: 0" src="images/App_Store_Badge.svg"/></a>
<a href="https://play.google.com/store/apps/details?id=net.wizardfactory.todayweather&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-ap-PartBadge-Mar2515-1">
<img style="margin: 0; border: 0" height="40" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png"/></a>
<h3>Contact</h3>
<p><a href="mailto:wizards@wizardfactory.net">wizards@wizardfactory.net</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Wizard Factory</p>
</footer>
</div>
</body>
</html>