-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
232 lines (210 loc) · 9.01 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/3.1.0/octicons.min.css">
<!-- nunito font -->
<link href='https://fonts.googleapis.com/css?family=Nunito:300' rel='stylesheet' type='text/css'>
</head>
<body>
<section class="jumbotron">
<div class="overlay">
<div class="container">
<div class='row'>
<div class='col-xs-12'>
<h1>
<img src='./img/logo.png' alt='Fresh Lime Coder' />
<br/>
<br/>Project Name</h1>
<br/>
<br/>
<h5>Client Name
<br/>
<span class="octicon octicon-primitive-dot"></span>
<br/>Date</h5>
<br/>
</div>
</div>
</div>
</div>
</section>
<section class='content'>
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<h2>Hello Client,</h2>
<br/>
<p>After our conversation on {date}, I understood that you need a {new website} for {reason} that allows you to {feature} so that you can {benefit}.
<br/>
<br/>I have spent the last few days reviewing possible solutions and going through the example websites you mentioned.
<br/>
<br/> I have proposed two different design directions below. </p>
</div>
</div>
</div>
</section>
<section class='content'>
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<h2>Option 1</h2>
<br/>
<p>
Please <big><u>click on any screenshot</u></big> for a demo.</p>
<br/>
<br/>
<a href='#'>
<img src='img/firstChoice.png' class="img-responsive firstChoice"/></a>
<label for='firstChoice'><big>Option 1A:</big> This is my first choice of layout. The idea is to keep the design minimal and the typeface modern. A simple slider along the top for features and then list of videos along with a write up.</label>
<br/>
<br/>
<h3>
Stripping Audio, Archive pages, Sharing and Translation.
</h3>
<br/>
<ul>
<li>All these additional pieces of functionality can be achieved using plugins except audion stripping.
</li>
<li>
Removing audio from movie files can be easily done with dedicated software. There are plenty fo free options to do this.
</li>
<li>
The archive page might be a bit difficult to organise by day since most archive organise their content by month. One option I found that might be able to solve this problem looks <a href='http://www.prelovac.com/vladimir/archive-spec/'>like this</a>. Clicking on any of the dates then releases a drop down with all the posts for that day.
</li>
<li>
Translating themes into hindi can be done but I have never done it before. Perhaps a more practical solution would be to create a seperate subsite in hindi and post hindi content to that site rather than trying to automatically translate content on the english site.
</li>
</ul>
<br/>
<br/>
</div>
</div>
</div>
</section>
<section class='content'>
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<h2>Option 2</h2>
<br/>
<p>
Again, please <big><u>click on any screenshot</u></big> for a demo of the site.</p>
<br/>
<br/>
<a href='#'><img src='img/same.jpg' class="img-responsive same"/></a>
<br/>
<label for='same'><big>Option 2A:</big> If you don't like to first direction then this is a theme that closer matches your current design.</label>
<br/>
<br/>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</section>
<section class='content'>
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<h2>Costs and Timeline</h2>
<br/>
<p>My pricing structure is as follows.
<br/>
<br/>
<table class="table table-hover">
<thead>
<tr>
<th></th>
<th>8 Weeks</th>
<th>1 Month</th>
<th>10 Days</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Design</th>
<td>.5x</td>
<td>x</td>
<td>2x</td>
</tr>
<tr>
<th scope="row">Development</th>
<td>.5x</td>
<td>x</td>
<td>2x</td>
</tr>
<tr>
<th scope="row">Copywriting</th>
<td>.5x</td>
<td>x</td>
<td>2x</td>
</tr>
<tr>
<th scope="row">Setup</th>
<td>.5x</td>
<td>x</td>
<td>2x</td>
</tr>
<tr>
<th scope="row">TOTAL</th>
<td>.5x</td>
<td>x</td>
<td>2x</td>
</tr>
</tbody>
</table>
<br/> If there is no design, no development and no writing involved in this project. You will just be installing a wordpress template. All you have to pay for is the theme (approximately x) setup charges(y). This includes one year of hosting at 512MB Memory,
1 Core Processor, 20GB SSD Disk and 1TB Transfer. You will need to cover any traffic above this base amount.
<br/>
<br/>
If you would like me involved beyond installing a wordpress theme we can this on an hourly basis. I usually charge x per hour.
</p>
</div>
</div>
</div>
</section>
<section class='content'>
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<h2>Next Steps</h2>
<br/>
<p>I don't think it will take more than a week from when you provide the content for this to be setup.
<br/>
<br/> Please let me know if you like any of the themes and if you woudl like me to set one up for you.</p>
<br/>
<br/>
</div>
</div>
</div>
</section>
<section class='signature'>
<div class="container">
<div class='row'>
<div class='col-xs-8 col-xs-offset-2'>
<img src='img/signature.png'/>
<br/>
<br/>
<p><big>Name</big>
<br/>
<br/>Designation
<br/>
<br/>Contact</p>
</div>
</div>
</div>
</section>
<section class='colorBox'>
<div class='yellow'></div>
<div class='orange'></div>
<div class='blue'></div>
<div class='lightBlue'></div>
</section>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>