-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (140 loc) · 5.48 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
<!DOCTYPE html>
<html>
<head>
<title>SourceScript Innovations</title>
<link rel="icon" href="png/favicon.png" type="image/png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,500italic,400italic,300,700,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/nav-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/home-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/about-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/services-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/contact-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/footer-stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- <div class="navbar-header">
<a href="#">
<img alt="Brand" width="200" class="nav-logo" src="png/nav-logo.png">
</a>
</div> -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contacts</a></li>
</ul>
<div>
</div>
</nav>
<section class="home-contents">
<div class="container">
<div class="outer-table">
<div class="inner-table">
<!-- <div>
<img width="225" class="home-logo" src="png/home-logo.png">
</div> -->
<div>
<!-- <img width="500" class="home-typo" src="png/home-typo.png"> -->
<p class="home-typo">SourceScript</p>
<p class="home-typo">Innovations</p>
</div>
<div class="home-description">
<h2>We build things that solve problems,</h2>
<h2>things that delight users.</h2>
</div>
<div class="home-btn">
<button type="button" class="btn lrnmr-btn animated" id="learn-more">Learn More</button>
</div>
</div>
</div>
</div>
</section>
<section class="about-contents" id="about">
<div class="aboutTitle">
<h3 class="about-title">About</h3>
</div>
<div class="Description">
<p class="about-description">Sourcescript Innovations is a manila-based web company that ensures Web Visibility.</p>
<p class="about-description">We develop low to high end web and mobile applications.</p>
</div>
<div class="teamMemberTitle">
<h3 class="team-member-title">Team Members</h3>
</div>
<div class="teamMembers">
<div class="row">
<div class="col-md-4">
<div class="team-member">
<img class="member-jpg animated" src="jpg/team-members/mark-penaranda-150x150.jpg">
<h4 class="member-name">Mark Penaranda</h4>
<p class="member-position">CEO of SourceScript</p>
</div>
<div class="team-member">
<img class="member-jpg animated" src="jpg/team-members/ryan-navarroza-150x150.jpg">
<h4 class="member-name">Ryan Navarroza</h4>
<p class="member-position">CTO/System Architect</p>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<img class="member-jpg animated" src="jpg/team-members/jc-ricaro-150x150.jpg">
<h4 class="member-name">Jc Ricaro</h4>
<p class="member-position">Back-end Software Engineer</p>
</div>
<div class="team-member">
<img class="member-jpg animated" src="jpg/team-members/kier-borromeo-150x150.jpg">
<h4 class="member-name">Kier Borromeo</h4>
<p class="member-position">Javascript Ninja</p>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<img class="member-jpg animated" src="jpg/team-members/kirby-borromeo-150x150.jpg">
<h4 class="member-name">Kirby Borromeo</h4>
<p class="member-position">Desinger</p>
</div>
<div class="team-member">
<img class="member-jpg animated" src="jpg/team-members/brian-bodollo-150x150.jpg">
<h4 class="member-name">Brian Bodollo</h4>
<p class="member-position">System/Server Administrator</p>
</div>
</div>
</div>
</div>
</section>
<section class="services-contents" id="services">
<div class="services-title">
<h3>Services</h3>
</div>
</section>
<section class="contact">
<div class="contact-title">
<h3>Contact</h3>
</div>
<form action="MAILTO:[email protected]">
<input type="text" name="fullname" class="fullname-input" placeholder="Full Name">
<input type="email" name="email" class="emailaddress-input" placeholder="Email Address">
<textarea type="text" name="comments" class="yourmessage-input" placeholder="Your Message" rows="15"></textarea>
<input type="submit" class="sendmsg-button" value="Send Message">
</form>
</section>
<div class="footer">
<p>SourceScript Innovations 2014 / All Rights Reserved</p>
</div>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/animatescroll.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript">
$('#learn-more').on('click',function(e) {
e.preventDefault();
$('#about').animatescroll();
});
</script>
</body>
</html>