-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (51 loc) · 2.18 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Christina Carrell</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico"
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<body>
<div class = "top-container";>
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Christina.</h1>
<h2>a <span class = "learn">learn</span>er.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-photo" src="circle-cropped.png" alt="Christina-Carrell">
<h2>Hi!</h2>
<p class="intro">I'm a student, volunteer crisis counselor, and homeschooling mom based in Medford, NJ. I ❤️ learning, reading, writing, cooking, tea, chickens, and designing.</p>
</div>
<hr>
<div class="skills">
<h2>What I Can Do.</h2>
<div class="skill-row">
<img class="writingimg" src="writing-icon.png" alt="">
<h3>Writing and Editing</h3>
<p class="writingdesc">My words have appeared in Huffington Post, The Good Men Project, The Mighty, Jersey Bites, Scary Mommy, among others. </p>
</div>
<div class="skill-row">
<img class="designimg" src="design-icon.png" alt="">
<h3>Basic Web Design</h3>
<p>I am familiar with basic HTML and CSS as well as software like Affinity Photo and Affinity Designer.</p></p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm available for freelance work.</h3>
<p class="message">Need help with writing, editing, or design? I'm here.</p>
<a href="mailto:cms3688@gmail.com" class="myButton">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ccarrell">LinkedIn</a>
<p class="copyright">© 2021 Christina Carrell.</p>
</div>
</body>
</html>