-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path3d.html
221 lines (213 loc) · 7.89 KB
/
3d.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
<!DOCTYPE HTML>
<html>
<head>
<title>Mechnovate | 3-D Printing Workshop</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Mechnovate, Workshop, 3-D pritning, Autocad, Vehicle Reconstructing, Weapon Technology, Automobile, Unigraphics, Himanshu Gupta, himanshu199586@gmail.com, Mukul Dev" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<link href="css/style2.css" rel='stylesheet' type='text/css' />
<script src="js/jquery.min.js"> </script>
<!--webfonts-->
<link href='http://fonts.googleapis.com/css?family=Arvo:400,700,400italic|PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!--//webfonts-->
<style>
body {
padding-top:80px;
}
.navbar {
min-height: 80px;
background-color:#fffffff;
}
#brand {
font-size:2em;
padding-top:30px;
}
.navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
line-height: 80px;
}
.scroll {
font-size:1.3em;
}
@media (max-width: 767px) {
.navbar-nav > li > a {
line-height: 20px;
padding-top: 10px;
padding-bottom: 10px;}
}
</style>
</head>
<body>
<!--top-nav-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" id="brand" style="color:#3C948B">Mechnovate'16</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right" id="tabs">
<li><a href="/#home" class="scroll">Home</a></li>
<li><a href="#">Convention</a></li>
<li><a href="/#services">Sponsors</a></li>
<li><a href="/#portfolio">Events</a></li>
<li><a href="/#portfolio">Workshops</a></li>
<li><a href="/#about">About US</a></li>
<li><a href="/#asme">Gallery</a></li>
<li><a href="/">Contact Us</a></li>
<li><a href="login.php">Log in</a></li>
<li><a href="signupmech.php">Sign Up</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
</nav>
<!--top-nav ends-->
<!---start-slide-bottom--->
<div class="about-section">
<div class="container">
<div class="about-head">
<h3>3-D PRINTING Workshop</h3>
</div>
<div class="col-md-5 slide-about">
<div class="side">
<div id="top" class="callbacks_container">
<br>
<ul class="rslides" id="slider4">
<li>
<a href="3d.html"><img src="images/w1.jpg" class="img-responsive" alt="3-D printing" /></a>
</li>
<li>
<a href="autocad.html"><img src="images/w2.jpg" class="img-responsive" alt="Autocad" /></a>
</li>
<li>
<a href="automob.html"><img src="images/w3.jpg" class="img-responsive" alt="Auto Mobile" /></a>
</li>
<li>
<a href="vehicle.html"><img src="images/w4.jpg" class="img-responsive" alt="Vehicle Reconstructin" /></a>
</li>
<li>
<a href="uni.html"><img src="images/w5.jpg" class="img-responsive" alt="Unigraphics" /></a>
</li>
<li>
<a href="weapon.html"><img src="images/w6.jpg" class="img-responsive" alt="Weapon Technology" /></a>
</li>
</ul>
</div>
</div>
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider4").responsiveSlides({
auto: true,
pager:false,
nav: true,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!----//End-slider-script---->
<div class="clearfix"> </div>
</div>
<div class="col-md-7 about-text">
<p>3-D printing is rapidly changing our lives and has scaled down the process of manufacturing from factories to the level of the consumer’s home. Based on the simple process of Additive Manufacturing which is the repeated addition of material in layers this technology is sprouting innovations daily in the hands of the general public.</p>
<p><strong>Course Content: </strong><br>
    o General Introduction to 3-D Printing<br>
    o Basics and technologies in 3D Printers<br>
    o The Basics of Sketch up for 3D Printing<br>
    o Installation and Testing of 3D Printer<br>
    o Pronterface/Repetier Host<br>
    o Slicer Optimization – Getting Good gCode<br>
    o Operating a 3D Printer<br>
    o Make your own 3D design<br>
    o Evaluate the Prototype and Tips to Improve It<br>
    o Advanced Topics, Latest Trends, Tips and Tricks and more hands on 3D<br>
    o Printing Training<br>
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div id="contact" class="address">
<div class="col-md-7 address-left">
<div class="products">
<h3>Eligibility</h3>
<ul>
<li><a href="#">Students and Research Scholars</a></li>
<li><a href="#">Professional Consultants and Practicing Engineers</a></li>
<li><a href="#">Faculties</a></li>
</ul>
</div>
<div class="company-adout">
<h3>Details </h3>
<ul>
<li><a href="#">Date: 19th - 20th March</a></li>
<li><a href="#">Timings: 8:30AM - 6:00PM</a></li>
<li><a href="#">Duration: 16 hours</a></li>
<li><a href="#">Venue: Ambedkar Auditorium</a></li>
<li><a href="#">Fees: Rs 1000</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-5 address-right">
<h3>Contact US - </h3>
<p>Atharva Kulkarni: +91 9843888968<br>
Vikas Dwivedi: +91 9585719449<br>
Rishi Mehadia: +91 9629768627<br><br><br><br>
</p>
</div>
<div class="clearfix"></div>
</div>
<!--//address-->
<!----footer--->
<div class="footer">
<div class="container">
<div class="copy">
<p>© 2016 Developed by <a href="https://www.facebook.com/gupta.himanshu19">Himanshu Gupta</a>, <a href="https://www.facebook.com/devmukul44" target="_blank">Mukul Dev </a> </p>
</div>
</div>
</div>
<!--start-smoth-scrolling-->
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!--start-smoth-scrolling-->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#home" id="toTop" class="scroll" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</body>
</html>