-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththree_d.html
178 lines (160 loc) · 5.22 KB
/
three_d.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
<!DOCTYPE html>
<html>
<head>
<title>Website Design</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Poppins&display=swap">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="jquery.tiltedpage-scroll.js"></script>
<link rel="stylesheet" href="tiltedpage-scroll.css">
</head>
<body>
<div class="main">
<section class="header">
<div class="content-box">
<div class="menu">
<img src="logo.jpg">
<a href="#down">
<button type="button"><i class="fa fa-sign-in" ></i>Enter Info</button>
</a>
</div>
<div class="banner-text">
<h2>
CREATIVE WEB DESIGN
</h2>
<p>
This website looks really awesome,i am in love with it!!!
</p>
<a href="#">About Us</a>
</div>
</div>
</section>
<!--service-->
<section class="service">
<div class="content-box">
<div class="container">
<h1>Our service</h1>
<div class="row services">
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-renren"></i>
</div>
<h3>Brand <span>Activaton</span></h3>
<p>It's time to contribute to open source by being an active JODC volunteer and helping out the ones who always look forward or our eager to learn about new technologies.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-user"></i>
</div>
<h3>Employee<span> Activaton</span></h3>
<p>It's time to contribute to open source by being an active JODC volunteer and helping out the ones who always look forward or our eager to learn about new technologies.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-meetup"></i>
</div>
<h3>Event<span> Organisation</span></h3>
<p>It's time to contribute to open source by being an active JODC volunteer and helping out the ones who always look forward or our eager to learn about new technologies.</p>
</div>
<div class="col-md-3 text-center">
<div class="icon">
<i class="fa fa-video-camera"></i>
</div>
<h3>Video <span> Production</span></h3>
<p>It's time to contribute to open source by being an active JODC volunteer and helping out the ones who always look forward or our eager to learn about new technologies.</p>
</div>
</div>
</div>
</div>
</section>
<!---------------Features-------------->
<section class="feature">
<div class="content-box">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>
Features are
</h2>
<ul>
<li>We are now second year students in JIIT,128. </li>
<li>I have been doing competitive programming on Hackerrrank and Codechef.</li>
<li>I want to be an AI engineer.</li>
<li>But i also deeply love Linux.</li>
<li>I always have been curious to know about the latest technologies.</li>
<li>Didn't join a non-technical hub because i always wanted to join a technical one.</li>
</ul>
</div>
<div class="col-md-6">
<img src="img3.jpeg" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<script>
$(".main").tiltedpage_scroll({
sectionContainer: "> section",
angle: 50,
opacity: true,
scale: true,
outAnimation: true
});
</script>
<!--------Footer---------->
<section class="footer">
<div class="content-box">
<div class="container">
<h1>Get In Touch</h1>
<div class="row">
<a name="down"></a>
<div class="col-md-6">
<form class="contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="Number" class="form-control" placeholder="Phone Number">
</div>
<div class="form-group">
<input type="Email" class="form-control" placeholder="Email ID">
</div>
<div class="form-group">
<textarea class="form-control" rows="4" placeholder="Your Message"></textarea>
</div>
<button type="submit" class="btn btn-primary">Send Info</button>
</form>
</div>
<div class="col-md-6 contact-info">
<div class="follow">
<i class="fa fa-map-marker"></i>
<span>City Center,sector 62,Noida</span>
</div>
<div class="follow">
<i class="fa fa-phone"></i>
<span>+91 01234567789</span>
</div>
<div class="follow">
<i class="fa fa-envelope-o"></i>
<span>[email protected]</span>
</div>
<div class="follow">
<i class="fa fa-facebook"></i>
<i class="fa fa-youtube-play"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
</div>
</div>
</div>
<hr>
<p class="copyright">Made By<i class="fa fa-heart-o"></i>:Uddeshya Tyagi</p>
</div>
</div>
</section>
</div>
<br>
<br>
</body>
</html>