-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcareerDevelopment.html
More file actions
222 lines (195 loc) · 6.56 KB
/
careerDevelopment.html
File metadata and controls
222 lines (195 loc) · 6.56 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Career Development</title>
<style>
/* Basic reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Dark theme styles */
body {
font-family: Arial, sans-serif;
background-color: #121212;
color: #e0e0e0;
line-height: 1.6;
}
/* Navbar container */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 5vw;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2vw;
z-index: 100;
overflow: hidden;
/*change*/
background-color: #5b42f3;
background-color: #FA4616;
}
/* Title in the navbar */
.navbar h1 {
color: white;
font-size: 1.8vw;
}
/* Button in the navbar */
.navbar button {
padding: 1vw 1.5vw;
background-color: white;
/*change*/
color: #5b42f3;
color: #0021A5;
border: 1vw white;
border-radius: 50px;
cursor: pointer;
margin-right: 4vw;
/* Font settings */
font-size: 1vw;
font-family: 'Barlow', sans-serif; /* Use quotes for font family names with multiple words */
font-weight: bold; /* Makes the text bold */
/* Transition for smooth scaling */
transition: transform 0.3s ease; /* Adjust duration and easing as needed */
}
.navbar button:hover {
transform: scale(1.1); /* Scales the button to 120% of its original size */
}
/* Wave effect behind the navbar */
.wave {
position: absolute;
width: 150vw; /* Larger width to ensure full coverage */
height: 150vw;
opacity: 0.6;
top: -50%;
left: -50%;
/*change
background: linear-gradient(744deg, #af40ff, #5b42f3 60%, #00ddeb);*/
background: linear-gradient(744deg, #0021A5, #0021A5 70%,#FA4616);
border-radius: 40%;
animation: wave 55s infinite linear;
z-index: -1; /* Keep waves behind the navbar content */
}
.wave:nth-child(2) {
animation-duration: 50s;
top: -60%;
}
.wave:nth-child(3) {
animation-duration: 45s;
top: -70%;
}
/* Wave animation */
@keyframes wave {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Page layout */
.content {
max-width: 800px;
padding-top:10vw;
margin: auto;
}
.box {
background: linear-gradient(135deg, #282829, #282829);
padding: 3vw; /* Add padding for space inside the box */
border-radius: 10px; /* Optional: rounded corners */
box-shadow: 0 0px 50px rgba(255, 255, 255, 0.4); /* Optional: adds a subtle shadow */
}
.title {
font-size: 2rem;
margin-bottom: 0.5rem;
color: #fff;
}
.subtitle {
font-size: 1.2rem;
color: #999;
margin-bottom: 2rem;
}
/* Image and text */
.profile-image {
display: block;
width: 21vw;
height: auto;
background-color: #333;
border-radius: 8px;
margin-right: 1vw;
}
.profile {
margin-top: 2vw;
display: flex;
align-items: flex-start;
margin-bottom: 2rem;
}
.profile-info {
margin-top: -2vw;
max-width: 70%;
}
/* Section headings */
h2 {
color: #fff;
font-size: 1.5rem;
margin-top: 1.5rem;
}
p {
margin-bottom: 1rem;
}
/* Footer styling */
.footer {
text-align: center;
padding: 1rem;
font-size: 0.8rem;
color: #666;
border-top: 1px solid #333;
margin-top: 2rem;
}
</style>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<h1>Archives of UFCS</h1>
<button onclick="window.location.href='index.html'">Home</button>
<div class="wave"></div>
<div class="wave"></div>
<div class="wave"></div>
</div>
<!-- Content section -->
<div class="content">
<div class="box">
<!-- Page title and subtitle -->
<h1 class="title">The Career Development Workshop and Career Fair</h1>
<!-- Profile section with image and basic info -->
<div class="profile">
<div class="profile-image">
<!-- Placeholder for image -->
<img src="careerDevelopment.jpg" alt="Robert Bob Ramey" style="width:100%; height:100%; border-radius: 8px;">
</div>
<div class="profile-info">
<h2 id="overview">Origins of the Career Fair</h2>
<p>The Career Development Workshop, which began in 2007, has become one of the cornerstone events for UF CISE students. Initially designed as a way for students to interact with top industry representatives, the event has evolved into a major job fair, allowing students to network with companies, gain interview skills, and secure internships or full-time employment.
</p>
</div>
</div>
<!-- Overview section -->
<h2 id="overview">Growth Over the Years</h2>
<p>By 2019, the 25th iteration of the Career Fair hosted 1,200 students and 37 companies. This event has helped thousands of students transition from academics to industry, ensuring that UF graduates are well-equipped to succeed in their careers.</p>
<!-- Career section -->
<h2 id="career">Impact on Student Success</h2>
<p>The continued success of the Career Development Workshop and Career Fair is a testament to the department's commitment to student success, and underscores its role in shaping the future of the tech industry by preparing students for the competitive job market.</p>
</div>
</div>
<!-- Footer -->
<div class="footer">
</div>
</body>
</html>