diff --git a/headshot2.jpg b/headshot2.jpg new file mode 100644 index 00000000..164b2ea0 Binary files /dev/null and b/headshot2.jpg differ diff --git a/index.html b/index.html index 3b763809..4d292c57 100644 --- a/index.html +++ b/index.html @@ -6,35 +6,108 @@ - Your Name + Szaria Thompson Portfolio + +
+ Home + GitHub + Linkedin + Resume +
+
- -

FirstName LastName

-

City,Country.

- - - + +

Szaria Thompson

+

Raleigh, NC

+

Email: szariathompson3@gmail.com

+ + +

About

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis quas sint et nihil iusto eius nostrum sit error, repellat optio quisquam! Magnam dolore iusto cumque. Nostrum error iste neque maiores.

+

Hi! My name is Szaria Thompson. I'm a junior computer science major at the llustrious Winston Salem State University. My interest include front end web development, cyber security, aftifical intelligence, and machine learning. After graduation in Spring 2023, I plan to pursue my graduate degree in cyber security.

+

Fun Fact: I'm a twin!

+

Hobbies

+

In my free time, I like to binge watch marvel movies, read books, practice yoga, and spend time with family.

+

Education

+

Winston Salem State University: Bachelor of Science in Computer Science (May 2023)

+

GPA: 3.54

+

Member of Math and Statistics Club

+

Member of Association of Computer Machinary for Women (ACM-W)

Experience

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem.

- +

Science Gateways Community Institute Summer Intern

+

2022 Major League Hacking Externship Fellow

+

2021-22 All In Participant

Skills

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem obcaecati excepturi! Cupiditate eaque itaque magni voluptatibus neque nobis est dolor? Atque sunt minus ipsa asperiores. At.

-

Projects

- Project 1 - Project 2 - Project 3 - Project 4 - Project 5 -

Contact

-

myEmail@email.com

+

Programming Languages: Java, Python, Linux, HTML, Git

+

Tools: GitHub, Docker, Flask, Cloudy Cluster, Google Cloud, Jetstream Cloud, Kera/TensorFlow, Linux, Jupitor Notebooks, Eclipe, Visual Studio Code

+

Project

+

Collaborated on a Movie theater simulator allowing users to buy tickets and choose their seats by a seating chart of the theater, calculate the total cost of tickets and snacks, and display users’ receipt while updating theater seating chart (Java).

+

Created a college campus navigation system specifically for Winston Salem State University and give directions based on users’ location (MIT App Inventor).

+

Collaborated on a responsive web app allowing users to ask specific questions about student loans and receive financial guidance (Python).

+ diff --git a/index.html.bak b/index.html.bak new file mode 100644 index 00000000..6dc36839 --- /dev/null +++ b/index.html.bak @@ -0,0 +1,113 @@ + + + + + + + + + Szaria Thompson Portfolio + + + +
+ Home + GitHub + Linkedin + Resume +
+ +
+
+ +

Szaria Thompson

+

Raleigh, NC

+

Email: szariathompson3@gmail.com

+ + + +
+
+

About

+

Hi! My name is Szaria Thompson. I'm a junior computer science major at the llustrious Winston Salem State University. My interest include front end web development, cyber security, aftifical intelligence, and machine learning. After graduation in Spring 2023, I plan to pursue my graduate degree in cyber security.

+

Fun Fact: I'm a twin!

+

Hobbies

+

In my free time, I like to binge watch marvel movies, read books, practice yoga, and spend time with family.

+

Education

+

Winston Salem State University: Bachelor of Science in Computer Science (May 2023)

+

GPA: 3.54

+

Member of Math and Statistics Club

+

Member of Association of Computer Machinary for Women (ACM-W)

+

Experience

+

Science Gateways Community Institute Summer Intern

+

2022 Major League Hacking Externship Fellow

+

2021-22 All In Participant

+

Skills

+

Programming Languages: Java, Python, Linux, HTML, Git

+

Tools: GitHub, Docker, Flask, Cloudy Cluster, Google Cloud, Jetstream Cloud, Kera/TensorFlow, Linux, Jupitor Notebooks, Eclipe, Visual Studio Code

+

Project

+

Collaborated on a Movie theater simulator allowing users to buy tickets and choose their seats by a seating chart of the theater, calculate the total cost of tickets and snacks, and display users’ receipt while updating theater seating chart (Java).

+

Created a college campus navigation system specifically for Winston Salem State University and give directions based on users’ location (MIT App Inventor).

+

Collaborated on a responsive web app allowing users to ask specific questions about student loans and receive financial guidance (Python).

+
+
+ + + diff --git a/style.css b/style.css index 50bd5e16..52c1f14b 100644 --- a/style.css +++ b/style.css @@ -10,17 +10,17 @@ body{ margin: 0; padding: 0; font-family: 'Roboto', sans-serif; - background-color: #101214; - color: #7A7C80; + background-color: #ffd6e0; + color: #b08993; } h2,.white{ - color: #fff; + color: #ffffff; } a{ - color: #7A7C80; + color: #b08993; text-decoration: none; } /* section 1 */ @@ -77,7 +77,7 @@ a{ } .section-1 a:hover{ - color: #fff; + color: #ffffff; cursor: pointer; transition: 0.3s; } @@ -101,4 +101,4 @@ a{ padding-left: 1.5rem; padding-top: 2rem; } -} \ No newline at end of file +}