-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (117 loc) · 6.71 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
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jorell Padilla</title>
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Varela+Round&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="websitestyle.css">
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png">
<link rel="manifest" href="icon/site.webmanifest">
<link rel="mask-icon" href="icon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:description" content="UI/UX Designer, Developer."/>
<meta property="og:url"content="https://jorells-portfolio.vercel.app/"/>
<meta property="og:title" content="Jorell Padilla"/>
<meta property="og:image" content="https://jorells-portfolio.vercel.app/images/JPWebsitePreview.png"/>
<script src="https://kit.fontawesome.com/2fbbdda168.js" crossorigin="anonymous"></script>
<script defer src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js"></script>
</head>
<body>
<header id="home" class="container">
<div class="navbar">
<a href="https://jorells-portfolio.vercel.app/" class="my-logo"><img src="images/jplogostar.png" id="jstar-logo"></a>
<nav>
<ul id="menu">
<li class="home"><a href="#home"><img src="images/home (1).png" class="house-logo">home</a></li>
<li><a href="#about-me"><img src="images/user (2).png" class="user-logo">about me</a></li>
<li><a href="#projects"><img src="images/project-plan.png" class="rocket-logo">projects</a></li>
<li class="contact"><a href="#contact"><img src="images/email (2).png" class="mail-logo">contact</a></li>
</ul>
<label id="hamburger">
<i class="fas fa-bars"></i>
</label>
</nav>
</div>
</header>
<main>
<!-- home section start-->
<section>
<img src="images/artwork.png" class="artwork" alt="artwork">
<h2 class="first-last-name">JORELL PADILLA</h2>
<div class="occupation">
computer science<span class="occupation-colored-text" style="color: #a9e30b"> student</span> | aspiring <span class="occupation-colored-text" style="color: #a9e30b">software
engineer</span>
</div>
<div class="box">
<a title="My Github" href="https://github.com/jpadilla87" target="_blank"> <img src="images/github.png"
class="socials " alt="My Github"></a>
<a title="My LinkedIn" href="https://www.linkedin.com/in/jorell-padilla/" target="_blank"> <img
src="images/linkedin-logo.png" class="socials" alt="My LinkedIn"></a>
<a title="My Dribbble" href="https://dribbble.com/jorellpadilla" target="_blank"> <img
src="images/dribbble-logo.png" class="socials dribbble-logo" alt="My Dribbble"></a>
<a title="My Resume" href="resources\ResumeforJP2023.pdf" target="_blank"> <img
src="images/curriculum-vitae.png" class="socials" alt="My Resume"></a>
</div>
</section>
<!-- about me section start-->
<section id="about-me">
<div class="about-me-panel">
<h2 class="about-me-text">ABOUT ME</h2>
</div>
<div>
<h2 class="hello">Hello, my name is Jorell Padilla!</h2>
<h3 class="about-me-desc">I am a rising junior at the <a href="https://www.uh.edu/" target="_blank">University of Houston</a>, currently studying Computer Science with a minor in Mathematics. I am passionate about UI/UX Design and Web Development, eager to play a part in shaping the future of technology. Accessibility is an important focus for me in my projects and I strive to create inclusive and user-friendly designs. I am enthusiastic and curious about new advancements and developments in the field. I will continue to pursue my education and grow, excited to see where my passion for technology will take me.</h3>
</div>
</section>
<!-- projects section start-->
<section id="projects">
<div class="projects-panel">
<h2 class="projects-text">PROJECTS</h2>
</div>
<div class="project-name-box">
<ul>
<li title="Find your Local Weather"><a href="pages/Weather App/index.html" class="project-links" target="_blank">What's the Weather Like?</a></li>
<li title="Case Study for Evergreene"><a href="https://www.figma.com/file/K5bsKX5RmTQxUtRnXGySK2/Case-Study-for-Evergreene?node-id=0%3A1&t=jiwSnaKkcQTa4sRR-1" class="project-links">Evergreene</li></a>
<li title="Find information about Blood Cell Types"><a href="pages/Chatbot/index.html" class="chatbot" target="_blank">Blood Cell Chatbot</a></li>
</ul>
</div>
</section>
<!-- contact section start-->
<section id="contact" class="contact-section">
<h1 class="contact-me">CONTACT ME</h1>
<div class="contact-border"></div>
<form class="contact-form" action="https://formsubmit.co/[email protected]" method="post">
<input type="name" class="contact-form-text" name="name" placeholder="Name" required>
<input type="email" class="contact-form-text" name="email" placeholder="Email" required>
<div class="form-group">
<textarea placeholder="Message" class="contact-form-message" name="message" rows="10" required></textarea>
</div>
<input type="submit" class="contact-form-btn" value="Submit">
<input type="hidden" name="_next" value="https://jorells-portfolio.vercel.app/pages/thankyou/thankyou.html">
</form>
</section>
<section id="contact" class="bottom-bar-container">
<div class="bottom-bar-logos">
<a href="https://github.com/jpadilla87" target="_blank">
<img src="images/github.png" class="bottom-bar-github bottom-bar-socials" alt="My Github">
</a>
<a href="https://www.linkedin.com/in/jorell-padilla/" target="_blank">
<img src="images/linkedin-logo.png" class="bottom-bar-linkedin bottom-bar-socials" alt="My LinkedIn">
</a>
<a href="https://dribbble.com/jorellpadilla" target="_blank">
<img src="images/dribbble-logo.png" class="bottom-bar-dribbble bottom-bar-socials" alt="My Dribbble">
</a>
</div>
<h3 class="bottom-bar-text">designed and built by jorell padilla</h3>
</section>
</main>
<script src="hamburger.js"></script>
</body>
</html>