-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (95 loc) · 4.29 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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>گروه The Martians</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Martians Group" />
<meta name="keywords" content="MARS, martian, planet, webdesigner" />
<meta name="author" content="Sina Karimi" />
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
<link rel="javascript" href="js/bootstrap.js" />
<link rel="javascript" href="js/bootstrap.min.js" />
</head>
<body>
<header>
<menu class="">
<div id="logo"><!--//todo: logo here.--></div>
<ul>
<li><a href="a">معرفی گروه</a></li>
<li><a href="a">اعضا</a></li>
<li><a href="a">نمونه کارها</a></li>
<li><a href="a">تماس با ما</a></li>
</ul>
</menu><!--//future: dynamic menu-->
<h1>گروه طراحی و کدنویسی TheMartians <!--//future:type js effect.--></h1>
<div id="planet-with-stars"></div><!--//todo: spin planet effect.-->
</header>
<div class="content">
<div class="section" id="about-us">
<p><!--//todo: write aboutus article--></p>
</div>
<div class="section" id="members-info">
<div class="member">
<img src="sina"/>
<h4>سینا کریمی</h4>
<span>UI Designer<br/>Progerammer</span>
</div>
<div class="member">
<img src="parham"/>
<h4>پرهام حیدری</h4>
<span>UI Designer<br/>Progerammer</span>
</div>
<div class="member">
<img src="mhossein"/>
<h4>محمد حسین خیاط مشهدی</h4>
<span>Progerammer</span>
</div>
</div>
<div class="section" id="sample-works">
<div class="sample-works-section" id="1">
<img src="img"/>
<span><a href="address"><!--//todo: write title here--></a></span>
</div>
<div class="sample-works-section" id="2">
<img src="img"/>
<span><a href="address"><!--//todo: write title here--></a></span>
</div>
<div class="sample-works-section" id="3">
<img src="img"/>
<span><a href="address"><!--//todo: write title here--></a></span>
</div>
<div class="sample-works-section" id="4">
<img src="img"/>
<span><a href="address"><!--//todo: write title here--></a></span>
</div>
<div class="sample-works-section" id="5">
<img src="img"/>
<span><a href="address"><!--//todo: write title here--></a></span>
</div>
<div class="sample-works-section" id="continue"><a href="continue">ادامه</a></div>
</div>
<div class="section" id="slider"><!--//future: slider--></div>
<div class="section" id="codearena-lastest">
<img src="lastest-img"/><!--//todo: lastest post image here-->
<span id="lastest-title"><!--//todo: lastest post title here--></span>
<div class="nav-button" id="left-button"></div><!--//note: before post-->
<div class="nav-button" id="right-button"></div><!--//note: after post-->
</div>
<div class="section" id="current-project"></div>
</div>
<footer>
<div id="copyright"></div><!--//todo: dynamic menu-->
</footer>
</body>
</html>