Skip to content

Commit f37982e

Browse files
authored
Merge pull request #2 from Web-Jose/Projects
Creating a Projects Page to Host my own Projects
2 parents f847316 + efdc131 commit f37982e

File tree

5 files changed

+775
-23
lines changed

5 files changed

+775
-23
lines changed

index.html

Lines changed: 49 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -570,52 +570,80 @@ <h1 class="Title">Education</h1>
570570
</div>
571571
</section>
572572

573-
<!-- Scroll to next section
573+
<!-- Scroll to next section -->
574574
<a href="#experience" class="scroll-to-button">
575575
<i class="fa-solid fa-angles-down"></i>
576576
</a>
577577

578-
<!-- Experience Section
578+
<!-- Experience Section -->
579579
<section class="ExperienceSection" id="experience">
580580
<h1 class="Title" id="AltTitle">Experience</h1>
581581
<div class="ExperienceContainer">
582582
<div class="Experience">
583583
<div class="ExpTitle">
584-
<span>Web Designer with Fresno State Student Housing</span>
585-
<span>May 2023 - Present</span>
584+
<span class="JobTitle"
585+
>Web Designer/ Developer with Fresno State Student Housing</span
586+
>
587+
<span class="JobDate">May 2023 - Present</span>
586588
</div>
587589
<div class="ExpInfo">
588590
<span>
589-
As a Web Designer, I am responsible for designing, coding, and
590-
modifying the Student Housing website. I work closely with the
591-
Student Housing team to ensure that the website is up-to-date
592-
and user-friendly. I also collaborate with the Student Housing
593-
Marketing team to ensure that the website is aesthetically
594-
pleasing and consistent with the Student Housing brand.
591+
As the Web Designer for Fresno State Student Housing, I play a
592+
critical role in enhancing the digital presence and user
593+
experience for our campus community. Under the direct
594+
supervision of the Marketing and Summer Conference Coordinator,
595+
my responsibilities are tailored to support the vibrant and
596+
dynamic environment of Student Housing through strategic web
597+
design and maintenance.
595598
</span>
596-
<br />
597-
<span>My responsibilities include:</span>
599+
<span style="font-weight: bold"
600+
>My responsibilities include:</span
601+
>
598602
<ul>
599603
<li>
600-
Designing and implementing new features and functionality
604+
Overseeing the planning, development, and routine maintenance
605+
of the Student Housing website to align with marketing
606+
objectives and user expectations.
607+
</li>
608+
<li>
609+
Designing and implementing user-friendly features and
610+
functionalities, focusing on the ease of navigation,
611+
interaction, and accessibility, to foster an engaging online
612+
experience.
601613
</li>
602-
<li>Establishing and guiding the website’s architecture</li>
603614
<li>
604-
Ensuring high-performance and availability, and managing all
605-
technical aspects of the CMS
615+
Collaborating closely with the Student Housing and Marketing
616+
teams to ensure the website's content, usability, and design
617+
are up-to-date and reflect the brand's values and aesthetics.
606618
</li>
607619
<li>
608-
Helping formulate an effective, responsive design and turning
609-
it into a working theme and plugin
620+
Troubleshooting and resolving website operational issues,
621+
maintaining high performance and availability, and managing
622+
technical aspects of the CMS.
610623
</li>
611624
<li>
612-
Working closely with both the Student Housing and Marketing
613-
teams to ensure that the website is up-to-date and
614-
user-friendly
625+
Enhancing the visual appeal and functionality of the website
626+
through graphic design, layout adjustments, and content
627+
updates.
628+
</li>
629+
<li>
630+
Maintaining digital signage content, ensuring the information
631+
is current and visually appealing to enhance resident
632+
engagement.
615633
</li>
616634
</ul>
617635
</div>
618636
</div>
637+
<!--
638+
<div class="ExpMetric">
639+
<i class="fa-solid fa-user"></i>
640+
<div class="MetricInfo">
641+
<span
642+
>Increased the amount of visitors by 10% through the
643+
implementation of creating more resident oriented content.</span
644+
>
645+
</div>
646+
</div>-->
619647
</div>
620648
</section>
621649

portfolio.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ section[id] {
322322
align-items: center;
323323
}
324324
.ExperienceContainer {
325-
display: flex;
326325
width: 94%;
326+
display: flex;
327327
}
328328
.Experience {
329329
display: flex;
@@ -351,6 +351,14 @@ section[id] {
351351
color: #d2d9d8;
352352
margin: 0.25em 0;
353353
width: 100%;
354+
gap: 0.5em;
355+
}
356+
357+
ul {
358+
margin: 0;
359+
}
360+
ul li {
361+
line-height: 1.25;
354362
}
355363

356364
/* Projects Section */
@@ -643,7 +651,12 @@ footer textarea {
643651
}
644652
.ExpTitle {
645653
flex-direction: column;
646-
gap: 0.5rem;
654+
gap: 0.25rem;
655+
margin: 0;
656+
}
657+
.JobDate {
658+
font: bold 0.75em "Lato";
659+
text-align: right;
647660
}
648661
.card {
649662
width: 90%;

0 commit comments

Comments
 (0)