-
Notifications
You must be signed in to change notification settings - Fork 0
/
3Dmodeling.html
165 lines (139 loc) · 6.96 KB
/
3Dmodeling.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
<!DOCTYPE html>
<html>
<title>Jack Sheridan</title>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="assets/main.css" type="text/css">
<link rel="icon" href="assets/favicon.png">
<style>
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif}
</style>
</head>
<body class="w3-light-grey">
<!-- Page Container -->
<div class="pageContainer">
<div class="w3-content contentContainer" style="max-width:1400px;">
<!-- The Grid -->
<!-- Left Column -->
<div class="w3-rest">
<div class="w3-white w3-container w3-card-2 w3-margin-top w3-margin-left w3-margin-right w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-laptop fa-fw w3-margin-right w3-xxlarge w3-text-blue"></i>SolidWorks</h2>
<div class="w3-container">
<h5 class="w3-opacity"><b><a href="https://boxermetal.com/" target="_blank">Boxer Metal</a></b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar-alt fa-fw w3-margin-right"></i>Jan 2015 - June 2017</h6>
<p>I worked with Chris Canterbury to help redesign multiple parts, including a reflector gasket for an old BMW Motorcycle, and a motorcycle fork assembly.</p>
<hr>
<h5 class="w3-opacity"><b>Pool Equipment</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar-alt fa-fw w3-margin-right"></i>Jan 2015 - June 2017</h6>
<p>I worked with Fred Heath to edit designs on a few pool tool products. These were stress analyzed on SolidWorks, and then physically tested using the Stratasys's seen below.</p>
<hr>
<p>These are a few other designs I have worked on. My full portfolio is available upon request.</p>
<div class="w3-content" style="max-width:1200px">
<img class="mySlides" src="assets/jeep.png" style="width: 100%; display: block;">
<img class="mySlides" src="assets/bidwell.png" style="width: 100%; display: none;">
<img class="mySlides" src="assets/quadcopter.png" style="width: 100%; display: none;">
<div class="w3-row-padding w3-section">
<div class="w3-col s4">
<img class="demo w3-opacity w3-hover-opacity-off w3-opacity-off" src="assets/jeep.png" style="width:100%" onclick="currentDiv(1)">
</div>
<div class="w3-col s4">
<img class="demo w3-opacity w3-hover-opacity-off" src="assets/bidwell.png" style="width:100%" onclick="currentDiv(2)">
</div>
<div class="w3-col s4">
<img class="demo w3-opacity w3-hover-opacity-off" src="assets/quadcopter.png" style="width:100%" onclick="currentDiv(3)">
</div>
</div>
</div>
</div>
</div>
<div class="w3-white w3-container w3-card-2 w3-margin-left w3-margin-right w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-cubes fa-fw w3-margin-right w3-xxlarge w3-text-blue"></i>3D Printing</h2>
<div class="w3-container" style="width: 100%; text-align: justify;
-ms-text-justify: distribute-all-lines;
text-justify: distribute-all-lines;">
<p>I have learned to fully operate, reload and troubleshoot the following printers.</p>
<div class="printerHolder">
<center>
<h5 style="vertical-align: top"><b><a href="http://www.stratasys.com/3d-printers/f123" target="_blank">Stratasys F270</a></b></h5>
<div style="clear: both"></div>
</center>
<img class="printerImg" src="assets/F370.png">
</div>
<hr class="w3-hide-medium w3-hide-large">
<div class="printerHolder">
<center>
<h5 style="vertical-align: top"><b><a href="http://www.stratasys.com/3d-printers/idea-series/uprint-se-plus" target="_blank">Stratasys UPrint</a></b></h5>
<div style="clear: both"></div>
</center>
<img class="printerImg" src="assets/uprint.png">
</div>
<span class="stretchRest w3-hide-large"></span>
<hr class="w3-hide-large">
<div class="printerHolder">
<center>
<h5 style="vertical-align: text-top"><b><a href="https://www.xyzeshop.com/us_en/product/daVinci10AiO" target="_blank">XYZPrinting DaVinci</a></b></h5>
<div style="clear: both"></div>
</center>
<img class="printerImg" src="assets/davinci.png">
</div>
<hr class="w3-hide-medium w3-hide-large">
<div class="printerHolder">
<center>
<h5 style="vertical-align: text-top">
<b><a href="https://www.seemecnc.com/collections/3d-printers/products/orion-delta-3d-printer" target="_blank">SeeMeCNC Orion</a></b></h5>
<div style="clear: both"></div>
</center>
<img class="printerImg" src="assets/orion.png">
</div>
<span class="stretchRest"></span>
</div>
<!-- End Left Column -->
</div>
<!-- End Grid -->
<!-- End Page Container -->
</div>
<div class=" w3-blue w3-center footer">
<p></p>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope w3-xlarge"></i></a>
<a href="https://www.snapchat.com/add/jacolack" target="_blank"><i class="fab fa-snapchat-square w3-hover-text-yellow w3-xlarge"></i></a>
<a href="https://twitter.com/jacolack2" target="_blank"><i class="fab fa-twitter-square w3-hover-text-light-blue w3-xlarge"></i></a>
<a href="https://www.facebook.com/jacolack2" target="_blank"><i class="fab fa-facebook w3-hover-text-blue w3-xlarge"></i></a>
<a href="https://github.com/Jacolack" target="_blank"><i class="fab fa-github-square w3-hover-text-green w3-xlarge"></i></a>
<a href="https://www.linkedin.com/in/jack-sheridan-a371b4166" target="_blank"><i class="fab fa-linkedin w3-hover-text-blue w3-xlarge"></i></a>
<a href="https://www.instagram.com/smoothsuave_/" target="_blank"><i class="fab fa-instagram w3-hover-text-purple w3-xlarge"></i></a>
<a href="https://stackoverflow.com/users/6481734/jacolack" target="_blank"><i class="fab fa-stack-overflow w3-hover-text-orange w3-xlarge"></i></a>
<p>© <a href="/">Jack Sheridan</a> 2020</p>
<p></p>
</div>
</div>
<script>
var slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function currentDiv(n) {
showDivs(slideIndex = n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" w3-opacity-off", "");
}
x[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " w3-opacity-off";
}
</script>
</body>
</html>