-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyFirstHtml.html
More file actions
91 lines (91 loc) · 6.13 KB
/
MyFirstHtml.html
File metadata and controls
91 lines (91 loc) · 6.13 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
<!DOCTYPE html>
<html class = "page">
<head>
<link href = './style1.css' rel = 'stylesheet'/>
<title>Matan Rotgolz Business Card</title>
<link rel ="shortcut Icon" href = "logo2.jpg" class = "logo2"/>
</head>
<body>
<header id = "header" class = "header">
<nav class = "navBar">
<a class="navbar-brand">
<div class="logo-image">
<img src="logo2.jpg" class="img-fluid">
</div>
</a>
<a href ="#introduction">About Me</a>
<a href = "#proficiencies">Proficiencies</a>
<a href = "#general Experience"> General Experience</a>
<a href ="#millitary service">Millitary service</a>
<a href = "#work experience">Work Experience</a>
<a href = "#contact">Contact Me</a>
</nav>
<div class= "backgroundimage"></div>
<p class="HeaderP">Its all about the momentum.</p>
</header>
<section id = "Introduction" >
<h1 class="About-me">About ME</h1>
<!-- An peragraph about me and who I am-->
<p id = "introduction">My is Matan Rotgolz , Im 22 years Old.
<br>I have an engineering degree from Ort Hermelin college in electronic engineering specializing in computer sciennce and computer communication.<br>
I have served 3 years in the <a href = "https://www.iaf.org.il/9202-en/IAF.aspx" target = "_blank">IAF</a> as a team leader<br>
During my service , i was qulified as a network technition level 3 (Cisco trubleshoot advanced)<br></p>
</section>
<br>
<section id ="Proficiencies" class = "Prop">
<h1 id = "proficiencies">Proficiencies</h1>
<ul>
<li>Self-learning ability</li>
<li>Motivation</li>
<li>Resposibillity</li>
<li>Ability to work under pressure</li>
<li>Excellent interpresonal skills and teamwork</li>
</ul>
</section>
<br>
<section id = "General Experience">
<h1 id= "general Experience">General Experience</h1>
<p>Practical engineer in Electronic with specialization in coding engineer and computer communication.<br>
I have knowledge of developing apps, programs, interfaces and programming chis/microchips in Assemble, C.C.++, VHDL, Python, HTML and Arduino. I have experience of three years as a network technician in the IAF with giving professional technical solution to companies and civilian and national defence companies. Give support for computer bugs, configure of switch’s and router’s encryption’s and more.<br>
I am also a Full-Stack Developer with experience in both front and back end, including JavaScript, PHP, Node.JS, Express.JS, TDD, Git, SQL and react.<br>
I am interested in software development jobs in various development positions.<br>
</p>
</section>
<br>
<section id ="Millitary service">
<h1 id = "millitary service"> Military Service</h1>
<p><strong>2019-2022:</strong>Full military service in the IAF as a Network and IT technician and as a
team leader in a technology unit. Providing a professional response in Network aspect as
well in IT aspect to IAF units and to security and civilian companies nationwide, an
unusual job and very interesting. Also, we provided support and solution with
configuration of Network devices such as: switch’s, router’s computer’s, rack’s, and
server cabinet.<br>As a part of the support, we provided troubleshooting from all layers of the network.<br>
<br></p>
<h2>Among other things, I dealt with the following issues:</h2>
<ul>
<li>Real-time communication and computing support in operational environment.</li>
<li>Providing a professional response to the professional bodies at bases and civic bodies such as Rafael, MLM, etc.</li>
<li>Command and training of the soldiers of the department addition to teamwork on the various missions.</li>
<li>Set up and maintain computer networks, including switch settings, Cisco routers and encrypts.</li>
<li>Practical work with multiples, fibres & test equipment.</li>
<li>Providing operational coding solution</li>
</ul>
<p><strong>2019 –now: Network technician, IT technicianin and programer in a technology unit in the IAF.</strong></p>
</section>
<br>
<section id = "Work Experience">
<h1 id = "work experience">Work Experience</h1>
<p><strong>2015 – now:</strong> Coding experience in Assembly, C, C++, VHDL, HTML (5),CSS,JavaScript,SQL,PHP Python and Arduino including developing operational projects in C++ and python for the IAF.<br>
<p><strong>2015-now:</strong> Electronics experience including reading and understanding diagram’s, Data sheets and Electrical drawing. Also have experience with soldering and with test component and solving electron problems.</p>
</p><br>
</section>
</body>
<footer>
<section id = "contact">
<h1>Contact Me</h1>
<p><strong>Email -> matanrotgoltz@gmail.com | Mobile -> +972 52 797 6511</strong></p>
<br>
<p>© Copyright. All Rights Reserved.</p>
</section>
</footer>
</html>