-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (178 loc) · 8.76 KB
/
Copy pathindex.html
File metadata and controls
197 lines (178 loc) · 8.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Description" content="Bui Anh Tuan Automation Design Solidwork project">
<title>Bui Anh Tuan | Automation Design Solidwork project</title>
<link rel="icon" href="./assets/img/favicon_black.svg" type="image/ico"/>
<link rel="icon" href="./assets/img/favicon.svg" type="image/ico" media="(prefers-color-scheme: dark)" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900" type="text/css" media="all">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap" rel="stylesheet" media="all">
<link rel="stylesheet" href="./assets/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./assets/styles.css">
<!-- <link rel="stylesheet"href="https://fonts.googleapis.com/icon?family=Material+Icons"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<script src="./assets/typewrite.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="./assets/bootstrap/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
</head>
<body>
<input type="checkbox" class="checkbox" id="check">
<div class="all-content">
<div class="navbar navbar-expand-xl fixed-top" id="top">
<div class="container">
<a href="https://buianhtuan2903.github.io/">
<div class="title-page">Bui Anh Tuan</div></a>
<label for="check" class="label">
<div class="material-symbols-rounded dark-theme">dark_mode</div>
<div class="material-symbols-rounded light-theme">light_mode</div>
<span class="ball"></span>
</label>
<audio controls autoplay loop src="./assets/audio/background.mp3" type="audio/mpeg"></audio>
<div class="nav-item text-center material-symbols-rounded dark-theme music-control">play_circle
</div>
<section class="">
<div class="wave0">
</div>
<div class="wave1">
</div>
<div class="wave2">
</div>
<div class="wave3">
</div>
<div class="wave4">
</div>
<div class="wave5">
</div>
<div class="wave6">
</div>
<div class="wave7">
</div>
<div class="wave8">
</div>
</section>
<div class="navbar-toggler ml-auto" data-toggle="collapse" data-target="#navbar">
<div class="material-symbols-rounded menu">menu</div>
</div>
<div class="collapse navbar-collapse" id="navbar">
<div class="navbar-nav ml-auto justify-content-center d-flex flex-row flex-wrap">
<div class="nav-link px-3"><a class="nav-item" href="https://buianhtuan2903.github.io/#landing">Home</a></div>
<div class="nav-link px-3"><a class="nav-item" href="https://buianhtuan2903.github.io/#about">About me</a></div>
<div class="nav-link px-3"><a class="nav-item" href="https://buianhtuan2903.github.io/#project">My Projects</a></div>
<div class="nav-link px-3"><a class="nav-item" href="https://buianhtuan2903.github.io/#skill">Skills</a></div>
<div class="nav-link pt-2 pl-3"><a class="btn mx-auto px-2 main-color title" target="_blank" rel="noopener noreferrer"
href="https://drive.google.com/file/d/1-IO8KU7Pka2poRzrDD9Lxn9Rm38TcrYX/view?usp=sharing">Download CV <span class="material-symbols-rounded ml-2">download_for_offline</span></a></div>
</div>
</div>
</div>
</div>
<div id="landing" class="mt-5 pt-4">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="sticky-top pt-3">
<ul id="sidebar" class="pt-4">
<li class="py-2"><a href="#" class="side-link title activecolor px-2 py-2">On this page</a></li>
<li class="py-2"><a href="#introduction" class="side-link px-2 py-2">Introduction</a></li>
<li class="py-2"><a href="#quick" class="side-link px-2 py-2">Quick start</a></li>
<li class="py-2"><a href="#video" class="side-link px-2 py-2">Demo video</a></li>
<li class="py-2"><a href="#example" class="side-link px-2 py-2">Example</a></li>
<li class="py-2"><a href="#deployment" class="side-link px-2 py-2">Deployment</a></li>
<li class="py-2"><a href="#benefit" class="side-link px-2 py-2">Benefit</a></li>
<li class="py-2"><a href="#tool" class="side-link px-2 py-2">Tool stack</a></li>
<li class="py-2"><a href="#license" class="side-link px-2 py-2">License</a></li>
</ul>
</div>
</div>
<div class="col-md-9 pt-3 pb-5">
<div id="introduction" class="title py-4">Introduction</div>
<div class="">This is a Automation Design Solidworks Tool (Solidworks 2018) use for Mechanical Engineer for extremely fast building 3D standard mold die set.</div>
<div id="quick" class="title py-4">Quick start</div>
<div>Download and run DieSetTool.exe in this project code repository</div>
<div id="video" class="title py-4">Demo video</div>
<video controls class="w-100">
<source src="./assets/img/DieSetToolManual.mp4" type="video/mp4">
Your browser does not support HTML video.
</video>
<div id="example" class="title py-4">Example</div>
<div class="py-2">1. UI explain:</div>
<img class="w-100" src="./assets/img/detail.jpg" alt="">
<div class="py-2">2. Running</div>
<img class="w-100" src="./assets/img/running.gif" alt="">
<div class="py-2">3. Result:</div>
<img class="w-100" src="./assets/img/result.gif" alt="">
<div id="deployment" class="title py-4">Deployment</div>
<div>
1. Clone the project by git <br>
2. Navigate to DieSetTool\bin\Release <br>
3. Run DieSetTool.exe
</div>
<div id="benefit" class="title py-4">Benefit</div>
<div>
- Saving time <br>
- In traditional way, takes 16 hours to design 1 die set <br>
- Using tool, export total die set takes 5 mins <br>
- Keep sanity, no boring and discouragement anymore <br>
- Free coffee time when waiting
</div>
<div id="tool" class="title py-4">Tool stack: </div>
<div>
C# - Language <br>
Microsoft Visual Studio 2015 - Framework <br>
Solidwo rks API - Provide by Dassault Systemes to use solidworks functions <br>
</div>
<div id="license" class="title py-4">License</div>
<div>This project is licensed under the MIT License - see the LICENSE.md file for details</div>
</div>
</div>
</div>
</div>
</div>
<script src="./assets//tiltjs/vanilla-tilt.min.js"></script>
<script src="./assets/scroll-effect.js"></script>
<script>
if (window.screen.width < 992 ) {
element = document.querySelectorAll(".zoom");
for (var i = 0; i < element.length; ++i) {
VanillaTilt.init(element[i]);
// Destroy instance
element[i].vanillaTilt.destroy();
}
}
</script>
<script>
// Popup CV image
// Get the modal
var modal = document.getElementById("myModal");
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById("CVImg");
var modalImg = document.getElementById("ZoomImg");
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// Control music
const musicControl = document.querySelector('.music-control')
audio = document.querySelector('audio')
audio.volume = 0.2;
musicControl.addEventListener('click', toggleAudio);
function toggleAudio () {
if (audio.paused) {
audio.play();
musicControl.innerHTML = 'play_circle';
} else {
audio.pause();
musicControl.innerHTML = 'pause_circle';
}
}
</script>
</body>
</html>