-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
140 lines (137 loc) · 4.58 KB
/
experience.html
File metadata and controls
140 lines (137 loc) · 4.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nikko Rey Hular's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav class="main-nav">
<div class="container">
<h1 class="logo">Nikko Rey Hular</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="experience.html">Experience</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<div id="showcase">
<div class="quotes">
<p><em>"I can do all things through Christ who strengthens me."</em></p>
<p class="lead">Philippians 4:16</p>
</div>
</div>
<main class="container">
<section class="experience">
<h2 class="title">Work Experience</h2>
<div class="position">
<h3>Architectural Draughtsman</h3>
<p>Gulf Craft Inc.</p>
<em>2014 - Present</em>
<h4>Duties & Responsibilities:</h4>
<ul>
<li>
Obtain and assemble data to complete architectural designs,
visiting on boat to compile measurements as necessary.
</li>
<li>
Draw rough and detailed scale plans for interior areas of the
yacht based on preliminary concepts, sketches, specification
sheets, marine regulations and other data.
</li>
<li>
Draw rough and detailed scale plans for interior areas of the
yacht based on preliminary concepts, sketches, specification
sheets, marine regulations and other data.
</li>
<li>Create freehand drawing and lettering to accompany drawing.</li>
<li>
Understanding Marine standards and regulations, classification
rules, Flag etc.
</li>
<li>
Analyzing space and site requirements and other technical
documents and reports to determine their effect on architectural
designs.
</li>
<li>
Coordinate structural, electrical and mechanical designs and
determine a method of presentation in order to graphically
represent in Architectural Drawing.
</li>
<li>Compile data and specification sheets.</li>
<li>
Revise drawing and lay-outs to accommodate changes and
enhancements.
</li>
<li>
Accommodate safety procedures and issues in installation and
construction drawings.
</li>
<li>
Calculate dimensions and allowances with accurate precision.
</li>
<li>
Collaborate with coordinators, production managers and engineering
team on projects.
</li>
<li>
Help design interior of the yacht with engineering and
manufacturing techniques..
</li>
<li>
Add detail to architectural plans from their knowledge of building
techniques.
</li>
<li>
Work from rough sketches and specification created by designer.
</li>
<li>
Maintain the library of Architectural drawings and specifications
and ensuring all Executive drawings are correctly controlled and
retrievable whenever required in conjunction with Document
Controller.
</li>
</ul>
</div>
</section>
</main>
<footer>
<ul>
<li>
<a
href="https://twitter.com/nikkohular"
class="social twitter"
target="_blank"
>Twitter</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/nikko-rey-hular-121857130/"
class="social linkedin"
target="_blank"
>LinkedIn</a
>
</li>
<li>
<a
href="https://github.com/Nikkorey"
class="social github"
target="_blank"
>Github</a
>
</li>
</ul>
<p class="copyright">Copyright © 2020, Nikko Rey Hular</p>
</footer>
</body>
</html>