-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex_old.html
More file actions
68 lines (41 loc) · 2.08 KB
/
index_old.html
File metadata and controls
68 lines (41 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<div id = 'header'></div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link">Our Work</span></a></h3>
<p>
Our Thunderify JS UX design team consists of team of 2 awesome ninja developers. We've worked on lots of different types of projects throughout our careers, such as Ebooks, Reporting, Animations, Shops, advertising, book covers, brochures, comic books, corporate identities and logos, DVDs and videos, outdoor signage, packaging, point-of-purchase displays, style guides, websites and more.
</p><p>
We brainstorm, research, wireframe, design and refine user experiences; all within specified product requirements and deadlines. Deliverables include wireframes, workflow diagrams, mockups and design specifications required for proper implementation. We provide end to end solutions to websites including hosting, database, backend programming and ofcourse great front end design, programming!
</p><p>
We believe in showcasing our work. Please check out our Newspapers, Math, Physics and Chemistry for some good frontend work.
There are so many amazing people out there who have created excellent front end libraries without which we could never have created any of the stuff we did. We have so much more work to show just shoot us an email if you have questions.
</p>
<p>
Spu</p><p><img src = "images/spu.png"><br>
I'm a Javscript UI developer with over eight years of professional experience.<br>
Lot of backend developement experience with PHP. I give my utmost attention to the user experience through quality UI design.
</p><p>
<h3>
<!-- FOOTER
<div id="footer_wrap" class="outer">
<footer class="inner">
</footer>
</div>
-->
</body>
</html>
<script src="javascripts/jquery-1.8.3.min.js"></script>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>
<style>
img{
width : 100px;
height : 80px;
}
</style>