-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
244 lines (226 loc) · 12.3 KB
/
blog.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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/stylesheet/bootstrap.css">
<link rel="stylesheet" href="assets/stylesheet/style.css">
<link rel="shortcut icon" href="assets/images/favicon.ico"/>
<script src="https://kit.fontawesome.com/89c0957ca7.js" crossorigin="anonymous"></script>
<title>3DPRINTER-RENT-BUY</title>
</head>
<body>
<!--NAVİGATİON BAR-->
<header>
<nav class="d-flex navigation-bar bg-color0 px-5">
<div class="nohover-line">
<a href="index.html">
<i class="fas fa-cubes fa-2x mr-2"></i>
<span class="align-text-bottom">3DRENT</span>
</a>
</div>
<ul class="d-flex navigation-items list-unstyled nohover-line">
<li class="px-4"><a href="printers.html" target="_blank"><i class="fas px-1 fa-search"></i><span class="navigation-link">PRINTERS</span></a></li>
<li class="px-4"><a href="blog.html"><i class="fas px-1 fa-rss"></i><span class="navigation-link">BLOG</span></a></li>
<li class="px-4"><a href="about.html"><i class="far px-1 fa-user"></i><span class="navigation-link">ABOUT</span></a></li>
<li><a href="#"><i class="fas px-1 fa-bars"></i><span class="navigation-link">MORE</span></a></li>
</ul>
</nav>
</header>
<!--MAİN-->
<main class="container my-5">
<h1 class="text-center lead my-5 font-weight-bold">PRINTERS SPECIFICATIONS</h1>
<h5 class="my-4 text-center font-weight-bold" id="anet">1.Technical Specifications 3D Printer ANET A8 Plus:</h5>
<div class="bg-color1 py-3 row rounded">
<div class="col-12 py-4 text-center col-lg"><img class="img-fluid rounded" src="assets/images/anet.jpg" alt="printer"></div>
<div class="col-12 col-lg">
<ul class="">
<li>
<span class="font-weight-bold">Characteristics</span>
<ul>
<li>Brand: ANET</li>
<li>Type: Not assembled</li>
<li>Model: A8 Plus</li>
</ul>
</li>
<li>
<span class="font-weight-bold">Platform</span>
<ul>
<li>Warm bed: Yes</li>
<li>Print base size: 30 x 30 x 35 cm</li>
<li>Platform temperature: 0-90º</li>
</ul>
</li>
<li>
<span class="font-weight-bold">Fuser</span>
<ul>
<li>Printing temperature: 0-250º</li>
<li>Layer thickness: 0.1-0.4mm</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Maximum print speed: 120mm/s</li>
</ul>
</li>
</ul>
</div>
</div>
<h5 class="my-4 text-center font-weight-bold" id="anycubic">2.Technical Specifications 3D Printer ANYCUBİC MEGA-S:</h5>
<div class=" py-3 bg-color2 row rounded">
<div class="col-12 py-4 text-center col-lg"><img class="img-fluid rounded" src="assets/images/anycubic.jpg" alt="printer"></div>
<div class="col-12 col-lg">
<ul>
<li>
<span class="font-weight-bold">Characteristics</span>
<ul>
<li>Brand: Anycubic</li>
<li>Type: Semi-assembled</li>
<li>Model: Mega i3</li>
</ul>
</li>
<li>
<span class="font-weight-bold">Platform</span>
<ul>
<li>Warm bed: Yes</li>
<li>Print base size: 21 x 21 x 20 cm</li>
<li>Platform temperature: 0-110º</li>
</ul>
</li>
<li>
<span class="font-weight-bold">Fuser</span>
<ul>
<li>Printing temperature: 0-275º</li>
<li>Layer thickness: 0.1-0.4mm</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Maximum print speed: 120mm/s</li>
</ul>
</li>
</ul>
</div>
</div>
<h5 class="my-4 text-center font-weight-bold" id="ender">3.Technical Specifications 3D Printer ENDER 5 PLUS:</h5>
<div class="row rounded py-3 bg-color3">
<div class="col-12 py-4 text-center col-lg"><img class="img-fluid rounded" src="assets/images/ender5.jpg" alt="printer"></div>
<div class="col-12 col-lg">
<ul class="lists-spec">
<li>
<span class="font-weight-bold">Characteristics</span>
<ul>
<li>Brand: Creality3D</li>
<li>Type: Semi-assembled</li>
<li>Model: Ender 5 Plus</li>
</ul>
</li>
<li>
<span class="font-weight-bold">Platform</span>
<ul>
<li>Warm bed: Yes</li>
<li>Print base size: 35 x 35 x 40 cm</li>
<li>Platform temperature: 0-135º</li>
<li>BLTouch proximity sensor</li>
<li>Gantry design</li>
</ul>
</li>
<li>
<span class="font-weight-bold">Fuser</span>
<ul>
<li>Printing temperature: 0-260º</li>
<li>Layer thickness: 0.1-0.4mm</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Nozzle Diameter: 0.4mm (can be substituted by other sizes)</li>
<li>Maximum print speed: 120mm/s</li>
</ul>
</li>
</ul>
</div>
</div>
</main>
<!--FOOTER-->
<footer class="footer">
<div class="container text-white font-weight-bold">
<div class="row rounded pt-5 text-nowrap">
<div class="col-12 pb-5">
<nav class="navbar navbar-expand-lg border-top border-bottom justify-content-between position-relative">
<ul class="navbar-nav">
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="index.html">HOME</a>
</li>
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="printers.html">SEARCH</a>
</li>
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="#">ABOUT US</a>
</li>
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="#">ADVERTISE</a>
</li>
<li class="footer-logo d-none d-lg-block">
<i class="fas fa-cubes fa-3x p-4 rounded-circle border position-absolute"></i>
</li>
</ul>
<ul class="navbar-nav text-left">
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="#">FACEBOOK</a>
</li>
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="https://twitter.com/ahmtbozaci">TWITTER</a>
</li>
<li class="nav-item pr-3 pr-xl-4">
<a class="nav-link text-white " href="#">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link text-white " href="#">GOOGLE+</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="row rounded">
<div class="col-12 col-lg text-center">
<h5 class="font-weight-bold">SUBSCRIBE</h5>
<div class="input-group bg-dark">
<input type="text" class="form-control" placeholder="[email protected]">
<div class="input-group-append">
<button class="btn btn-outline-secondary text-white" type="button">send</button>
</div>
</div>
</div>
<div class="col-12 col-lg-3 text-center py-4 py-lg-0 mx-lg-5 nohover-line">
<h5 class="font-weight-bold">CONTACT</h5>
<p class="mb-0">Have a question or submission?</p>
<a href = "mailto: [email protected]"><p class="mb-0 text-danger">[email protected]</p></a>
</div>
<div class="col-12 col-lg text-center">
<h5 class=" font-weight-bold">ABOUT</h5>
<p>This website is online platform to rent a printer for projects.
<a href="#">
<span class="text-danger">Learn more...</span>
</a>
</p>
</div>
</div>
</div>
<div class="d-flex footer-bottom">
<div>
<ul class="d-flex list-unstyled">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/futureismaker/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/ahmtbozaci"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-google-plus-g"></i></a></li>
<li><a href="#"><i class="fab fa-tumblr"></i></a></li>
</ul>
</div>
<small class="text-center">© 3DPRİNTER 2020. ALL RIGHTS RESERVED.</small>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh5AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>