-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (74 loc) · 3.18 KB
/
index.html
File metadata and controls
77 lines (74 loc) · 3.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cassadee Wilson's resume</title>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body class="fancy-body">
<h1 id="candidate-name">Cassadee Wilson</h1>
<h2 id="candidate-desired-role">Talented Frontend Developer</h2>
<img src="https://i.postimg.cc/3Rxm7tkw/me.jpg" alt="profile picture">
<h2 id="about-me">About Me</h2>
<p class="candidate-bio">
I am a dedicated and adaptable professional with a strong work ethic, passionate about learning new technologies and applying them to solve real-world problems. My experience in web development has equipped me with a solid foundation in creating intuitive and engaging user experiences. I excel in both independent work and collaborative teamwork, thriving in dynamic environments where I can continuously expand my knowledge and skill set. I am eager to contribute my blend of technical prowess and comprehensive core competencies to a forward-thinking team.
</p>
<h2 id="skills">My Skills</h2>
<ol id="skills-list">
<li>Results-Driven</li>
<li>Adaptability</li>
<li>Problem-Solving</li>
<li>Workflow Management</li>
<li>Independent Work & Collaborative Teamwork</li>
<li>Strong Work Ethic</li>
<li>Business Development & Financial Management</li>
<li>Customer Service Excellence</li>
<li>Exceptional Written & Verbal Communication</li>
<li>Stakeholder Engagement & Persuasive Presentation</li>
<li>HTML5 & CSS3</li>
<li>JavaScript (ES6+)</li>
<li>Responsive Web Design</li>
<li>Git & GitHub</li>
<li>Front-end Frameworks (e.g., React)</li>
<li>API Integration</li>
</ol>
<h2 id="hobbies">My Hobbies</h2>
<ul id="hobbies-list">
<li>Engaging in diverse literary pursuits (fiction and non-fiction)</li>
<li>Creative writing and artistic expression</li>
<li>Exploring culinary arts and developing new recipes</li>
<li>Continuous learning and skill acquisition</li>
<li>Studying botanical applications and natural wellness</li>
<li>Digital design and crafting</li>
</ul>
<h2 id="contacts">Contact Me</h2>
<table class="contacts-table">
<thead>
<tr>
<th>Service</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Discord</td>
<td>cas_creeks27</td>
</tr>
<tr>
<td>LinkedIn</td>
<td><a href="https://www.linkedin.com/in/cas-creeks-9574652ba/" target="_blank">cas-creeks-9574652ba</a></td>
</tr>
<tr>
<td>Email</td>
<td><a href="mailto:cassadeecreeks08@gmail.com">cassadeecreeks08@gmail.com</a></td>
</tr>
<tr>
<td>GitHub</td>
<td><a href="https://github.com/Cas122-tech" target="_blank">Cas122-tech</a></td>
</tr>
</tbody>
</table>
<script src="./js/scripts.js" defer></script>
</body>
</html>