forked from m-kafiyan/Sarv-Architecture-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (176 loc) · 4.49 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>.:: SWASTIKA RUGS ::.</title>
<link rel="stylesheet" type="text/css" href="1styles.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="./scripts/html5shiv.js"></script>
</head>
<body>
<div class="w24 mlra container mh40">
<div class="open" id="anim">
<div id="menu" class="left menu_wrap">
<div class="menu">
<div class="logo cover">
<h1>
<a href="index.html">
<span>swastika</span>
</a>
</h1>
</div>
<nav >
<menu>
<li>
<a href="index.html">
home
<span>back to home page</span>
</a>
</li>
<li>
<a href="#">
examples
<span>what we're offering</span>
</a>
<menu>
<li>
<a href="#">submenu 1st</a>
<menu>
<li>
<a href="#">submenu 2nd</a>
<menu>
<li>
<a href="#">submenu 3rd</a>
</li>
</menu>
</li>
</menu>
</li>
<li>
<a href="typo.html">typography</a>
</li>
<li>
<a href="#">example 1</a>
</li>
<li>
<a href="#">example 2</a>
</li>
<li>
<a href="#">more example</a>
<menu>
<li>
<a href="sample.html">sample page</a>
</li>
<li>
<a href="#">example a</a>
</li>
<li>
<a href="#">example b</a>
</li>
</menu>
</li>
</menu>
</li>
<li>
<a href="#">
galleries
<span>what we're proud of</span>
</a>
<menu>
<li>
<a href="#">color box</a>
<menu>
<li>
<a href="gallerycol2.html">2 columns</a>
</li>
<li>
<a href="gallerycol3.html">3 columns</a>
</li>
</menu>
</li>
<li>
<a href="#">fancy box</a>
<menu>
<li>
<a href="gallerycol2.html">2 columns</a>
</li>
<li>
<a href="gallerycol3.html">3 columns</a>
</li>
</menu>
</li>
<li>
<a href="galleria.html">galleria</a>
</li>
<li>
<a href="#">pretty photo</a>
<menu>
<li>
<a href="gallerycol2.html">picture 1</a>
</li>
<li>
<a href="gallerycol3.html">picture 2</a>
</li>
</menu>
</li>
<li>
<a href="#">slider view</a>
</li>
</menu>
</li>
<li>
<a href="#">
portfolios
<span>show casing our work</span>
</a>
<menu>
<li>
<a href="port-mode.html">models</a>
</li>
<li>
<a href="port-mode.html">texture</a>
</li>
<li>
<a href="port-mode.html">designing</a>
</li>
</menu>
</li>
<li>
<a href="blog.html">
blog
<span>latest news & tutorials</span>
</a>
</li>
<li>
<a href="contact-us.html">
contact us
<span>get in touch</span>
</a>
</li>
</menu>
</nav>
</div>
<div class="hide">
<a id='hideupdn' href="#">
<img src="./images/menu_hide_arrow_top.png" alt="hide" />
</a>
</div>
</div>
</div>
</div>
<section class="slideshow">
<div class="noise"></div>
<section class="background">
<div style="background-image:url('./images/backgrounds/bg1.jpg');"></div>
<div style="background-image:url('./images/backgrounds/bg2.jpg');"></div>
<div style="background-image:url('./images/backgrounds/bg3.jpg');"></div>
<div style="background-image:url('./images/backgrounds/bg4.jpg');"></div>
<div style="background-image:url('./images/backgrounds/bg5.jpg');"></div>
</section>
</section>
<script type="text/javascript">document.write('<script type="text/javascript" src=scripts/' + ('__proto__' in {} ? 'zepto' : 'jquery') + '.js><\/script>');</script>
<script type="text/javascript" src="scripts/underdev.js"></script>
<script type="text/javascript" src="./scripts/script.js"></script>
</body>
</html>