This repository was archived by the owner on Dec 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (175 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="img/favicon.ico" type="image/png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
<title>Think Digital</title>
</head>
<body>
<div class="landing-img">
<nav class="navbar navbar-expand-lg navbar-transparent navbar-dark fixed-top" id="mynav">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/android-chrome-192x192.png" width="55" height="40" class="d-inline-block" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" data-toggle="collapse" data-target=".navbar-collapse.show">
<ul class="navbar-nav ml-auto">
<li class="nav-item active" id="li-home">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item" id="li-about-us">
<a class="nav-link" href="#about-us">About Us</a>
</li>
<li class="nav-item" id="li-domains">
<a class="nav-link" href="#domains">Domains</a>
</li>
<li class="nav-item" id="li-team">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item" id="li-contact-us">
<a class="nav-link" href="#contact-us">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="hero">
<div class="hero-container">
<h1><span class="blue">Think-</span><span class="red">Digital</span></h1>
<div><h2>Fulfilling the Tech Thirst</h2></div>
<a href="#about-us" class="btn-get-started">Know More</a>
</div>
</section>
</div>
<section class="container" id="about-us">
<h2 class="mb-3 wow fadeIn pb-3">About Us</h2>
<div class="line mx-auto"></div>
<div class="row">
<div class="col-sm-6 wow slideInLeft" data-wow-duration="1.5s">
<p class="mx-auto pt-5">We are a team of freelancers who completely focus on new products and services on corporate, social and individual needs. Think-Digital provides you a technical solution for any of your Ideas. TD also provides you technical assistance for your Products. Thus, "Fulfilling the Tech-Thirst". We make roadmaps on different domains and provide guidance for Self Study. Thus encouraging the people to be technical experts on not just what they know, but what they want to know.</p>
</div>
<div class="col-sm-6 wow slideInRight pt-2" style="text-align: center;" data-wow-duration="1.5s">
<img src="img/about.svg" id="illustration-img">
</div>
</div>
</section>
<section class="container" id="domains">
<h2 class="mb-4 wow fadeIn">Domains</h2>
<div class="line mx-auto mb-4"></div>
<div class="card-deck mb-3 wow zoomIn" data-wow-duration="1.5s">
<div class="card text-center shadow m-3">
<div class="card-body">
<h3 class="card-title"><span>W</span>eb Development</h3>
<img class="domain-img" src="img/laptop.svg">
<p class="card-text">Websites are always trending and web technology is developing rapidly. So we train you to be a well-versed and knowledgeable developer.</p>
</div>
</div>
<div class="card text-center shadow m-3">
<div class="card-body">
<h3 class="card-title"><span>A</span>pp Development</h3>
<img class="domain-img" src="img/app.svg">
<p class="card-text">With over 5 billion mobile users across the globe, there can’t be a better time than now for you to start considering mobile application development.</p>
</div>
</div>
<div class="card text-center shadow m-3">
<div class="card-body">
<h3 class="card-title"><span>I</span>nternet Of Things</h3>
<img class="domain-img" src="img/internet-of-things.svg">
<p class="card-text">The idea of the IoT has gained widespread attention because of advancements in nanotechnology and the maturation of the Cloud.</p>
</div>
</div>
</div>
<div class="card-deck wow zoomIn" data-wow-duration="1.5s">
<div class="card text-center shadow m-3">
<div class="card-body">
<h3 class="card-title"><span>G</span>raphic Design</h3>
<img class="domain-img" src="img/graphic.svg">
<p class="card-text">Participate in designing computer graphics, web page graphics, logos, illustrations, advertisements, brochures and many other forms of visual communication.</p>
</div>
</div>
<div class="card text-center shadow m-3">
<div class="card-body">
<h3 class="card-title"><span>G</span>ame Development</h3>
<img src="img/game.svg">
<p class="card-text">Everyone loves playing games. But have you ever thought how fun it would be to develop the games you love? Controlling every aspect of one's favourite game is every gamer's dream indeed.</p>
</div>
</div>
<div class="card text-center shadow m-3">
<div class="card-body">
<h3 class="card-title"><span>H</span>R & Marketing</h3>
<img class="domain-img" src="img/hr.svg">
<p class="card-text">Management extends right from managing members to managing the leads and the whole club. The role of an HR manager is to create, implement and supervise policies/regulations of the Club.</p>
</div>
</div>
</div>
</section>
<section class="container mt-5" id="contact-us">
<h2 class="mb-3 wow fadeIn pb-3">Contact Us</h2>
<div class="line mx-auto"></div>
<div class="row">
<div class="col-sm-6 wow slideInLeft" data-wow-duration="1.5s">
<img src="img/full_inbox_.svg" style="width: 80%; height: auto; margin: 30px;">
</div>
<div class="col-sm-6 wow slideInRight pt-2 mt-4" style="text-align: center;" data-wow-duration="1.5s">
<form action="https://formspree.io/mbjgpwrv" method="POST">
<div class="div1 mx-auto py-3" style="width: 250px;position: relative;">
<input type="text" class="name" name="Name" style="width: 100%;" required/>
<span class="floating-label1">Name</span>
</div>
<div class="div1 mx-auto py-3" style="width: 250px;position: relative;">
<input type="text" class="email" name="Email" style="width: 100%;" required/>
<span class="floating-label2">Email</span>
</div>
<div class="div1 mx-auto py-3" style="width: 250px;position: relative;">
<input type="text" class="message" name="Message" style="width: 100%;" required/>
<span class="floating-label3">Drop us a line!</span>
</div>
<button class="form-btn mt-4">Submit</button>
</form>
</div>
</div>
</section>
<footer>
<div class="container">
<ul class="sections">
<li><a href="#">Home</a></li>
<li><a href="#about-us">About Us</a></li>
<li><a href="#domains">Domains</a></li>
<li><a href="team.html">Team</a></li>
</ul>
<div class="footer-icon-bar">
<div class="icons"><a href="https://www.facebook.com/teamTD/" target="_blank"><i class="fa fa-facebook"></i></a> </div>
<div class="icons"><a href="https://www.youtube.com/channel/UC38Rh8mw5OgKQQywPRfCwsg" target="_blank"><i class="fa fa-youtube-play"></i></a> </div>
<div class="icons"><a href="https://www.linkedin.com/school/think_digital/" target="_blank"><i class="fa fa-linkedin"></i></a></div>
<div class="icons"><a href="https://www.instagram.com/thinkdigital.td_srm/" target="_blank"><i class="fa fa-instagram"></i></a></div>
</div>
<p class="address">SRM Institute of Science & Technology,<br> Kattankulathur,<br>Tamil Nadu - 603-203</p>
<p>8617362801</p>
<p>8428367716</p>
<p class="td-email">[email protected]</p>
</div>
</footer>
<div class="copyright">
<p>© Think Digital 2020 😀</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script src="js/main.js"></script>
</body>
</html>