-
Notifications
You must be signed in to change notification settings - Fork 0
/
careerThree.html
213 lines (163 loc) · 7.91 KB
/
careerThree.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="img/favicon.png">
<title>Guidance</title>
</head>
<!-- NAVBAR CSS -->
<link rel="stylesheet" href="navbar.css">
<!-- FONTS -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Share:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:[email protected]&display=swap');
</style>
<style>
h1 {
color: #FF4E00;
font-family: 'Spline Sans', sans-serif;
font-size: 60px;
padding-left: 8%;
text-align: center;
}
.hero{
width: 100%;
}
.content{
width: 50%;
margin-left: 25%;
font-family: 'Spline Sans', sans-serif;
font-size: 20px;
line-height: 150%;
margin-top: 5%;
}
.container{
position: relative;
text-align: center;
color: white;
z-index: 0;
}
.centered{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: "Share", sans-serif;
font-size: 80px;
background-color: rgb(255,78,0);
padding: 2%;
font-weight: 800;
}
.menu{
margin-top: -11%;
}
/* CAREER WEB CSS */
.web {
position: relative;
width: 100%; /* Adjust as needed */
height: 100vh; /* Adjust as needed */
display: flex;
align-items: center;
justify-content: center;
}
.web svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; /* Ensure lines are behind circles */
}
.web a {
position: absolute;
display: block;
width: 100px;
height: 100px;
background-color: rgba(255, 255, 255, .1);
border-radius: 50%;
text-align: center;
line-height: 20px;
color: #fff;
text-decoration: none;
z-index: 1; /* Ensure circles are above lines */
overflow: hidden;
}
</style>
<!-- NAVIGATION -->
<header>
<img src="img/EsNetLogo.png" width="400px" class="logo">
<ul class="menu">
<li><a class="active" href="Community.html">COMMUNITY</a></li>
<li class="dropdown">
<a href="#" class="dropbtn">EDUCATIONAL RESOURCES</a>
<div class="dropdown-content">
<a href="FAQ.html">FAQ</a>
<a href="Video.html">Video Content</a>
<a href="Guidance.html">Guidance</a>
</div>
</li>
<li><a href="CareerHighlights.html">CAREER SPOTLIGHTS</a></li>
<li><a href="index.html">HOME</a></li>
<hr id="navLine">
</ul>
</header>
<div class="container">
<img src="img/rotunda.png" class="hero">
<div class="centered">Computer Systems Engineer</div>
</div>
<main>
<p class="content">
<strong>What is a Computer Systems Engineer?</strong>
<br>
In today's technology-driven world, computer systems engineers are vital for designing, developing, and maintaining an organization's computer systems and networks. These professionals integrate hardware and software to ensure systems work efficiently and effectively. Their work supports various functions within an organization, from data management to communication systems, ensuring that technology meets the needs of users and business operations.
<br>
<br>
<strong>The Obstacles Computer Systems Engineers Face</strong>
<br>
Computer systems engineers encounter numerous challenges in their roles. They must stay current with rapidly evolving technology and continuously adapt systems to meet new demands. Integrating new technology with existing systems without causing disruptions can be complex and challenging. Additionally, they must address various technical issues that arise, often requiring quick problem-solving under pressure. Balancing system performance, security, and user-friendliness is another significant challenge.
<br>
<br>
<strong>Requirements for Becoming a Computer Systems Engineer</strong>
<br>
<br>
Becoming a computer systems engineer requires a blend of technical expertise, practical skills, and the right personal attributes. Here are some key requirements:
<br>
<br>
<i>Education:</i> A bachelor's degree in computer engineering, computer science, information technology, or a related field is typically necessary. Advanced positions may require a master's degree or specialized certifications.
<br>
<br>
<i>Technical Skills:</i> Proficiency in programming languages (such as Java, Python, and C++), knowledge of operating systems (Windows, Linux, macOS), and a deep understanding of network systems and protocols. Familiarity with database management and cloud computing is also important.
<br>
<br>
<i>Certifications:</i> Certifications like CompTIA A+, Microsoft Certified Systems Engineer (MCSE), and Cisco Certified Network Associate (CCNA) can significantly enhance career prospects.
<br>
<br>
<i>Analytical Thinking:</i> Strong analytical skills to design, implement, and troubleshoot complex systems. Computer systems engineers must be adept at diagnosing issues and developing effective solutions.
<br>
<br>
<i>Communication Skills:</i> Effective communication skills to work with various stakeholders, including IT teams, management, and external vendors. Clear communication is crucial for implementing system changes and explaining technical issues to non-technical personnel.
<br>
<br>
<i>Problem-Solving Skills:</i> Excellent problem-solving abilities to quickly identify issues and develop solutions. Computer systems engineers often need to think on their feet to maintain system performance and reliability.
<br>
<br>
<strong>Conclusion</strong>
<br>
A career as a computer systems engineer is both challenging and rewarding. It offers the opportunity to work with cutting-edge technology and play a crucial role in ensuring that computer systems meet the needs of an organization. If you have a passion for technology, enjoy problem-solving, and possess strong analytical skills, a career as a computer systems engineer might be perfect for you. By obtaining the necessary education, honing your technical skills, and earning relevant certifications, you can excel in this dynamic and essential field, ensuring that the digital infrastructure of organizations remains robust and efficient.
</p>
</main>
<!-- FOOTER -->
<hr style="height: 1px; background-color: black;">
<img src="img/LBLlogo.png" width="400px" style="padding: 50px;">
<img src="img/DOElogo.png" width="400px" style="padding: 50px;">
<ul class="bottommenu">
<li><a href="Contact.html">CONTACT</a></li>
<li><a href="https://forms.gle/qLY8kAGqTz21LVDK7" target="_blank">MAILING LIST</a></li>
<li><a class="active" href="Community.html">COMMUNITY</a></li>
<li><a href="Guidance.html">EDUCATIONAL RESOURCES</a></li>
<li><a href="CareerHighlights.html">CAREER SPOTLIGHTS</a></li>
<li><a href="index.html">HOME</a></li>
</ul>
</html>