-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (142 loc) · 5.84 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
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LARISSA ISHIKAWA</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div>
<img src="IMG/profile.jpg"
alt="Foto de perfil do GitHub de Larissa Ishikawa"
height="250px"
width="250px">
<h1> Larissa Ishikawa</h1>
<p>System Analyst and Developer | Project Assistant @ Clickweb</p>
<p>Cornélio Procópio, Paraná - Brazil</p>
</div>
</header> <br>
<main>
<section>
<div>
<h2>Personal Profile</h2>
<p>I am always looking for new opportunities to learn, evolve and help others. I am very communicative and it is easy for me to deal with people, teamwork and leadership. I love to be challenged and to experience different situations that get me out of my comfort zone. I am currently working on IT but I am also passionate about business!
</p>
</div>
</section> <br>
<section class="class-hardskills">
<div>
<h2>Hard Skills </h2>
<ul>
<li>Javascript</li>
<li>HTML</li>
<li>CSS</li>
<li>C</li>
<li>Python</li>
<li>MS Office</li>
<li>Runrun.it</li>
</ul>
</div>
</section> <br>
<section class="class-softskikks">
<div>
<h2>Soft Skills</h2>
<ul>
<li>Strong communication</li>
<li>Leadership</li>
<li>Problem solving</li>
<li>Resilient</li>
<li>Fluent English</li>
<li>Intermediary Spanish</li>
</ul>
</div>
</section> <br>
<section>
<div>
<h2>Professional Experience</h2>
<p><b>Project Assistant / QA - Clickweb Londrina</b></p>
<p>Jun. 2023 - Currently </p>
<p><b>Sales - Webtur Travels Ilhabela (Temporary)</b></p>
<p>Feb. 2023 - Mar. 2023</p>
</div>
</section> <br>
<section>
<div>
<h2>Education</h2>
<p><b>System Analysis and Development</b></p>
<p>Federal University of Technology Paraná - UTFPR <br>
Mar. 2023 – In progress</p>
</div>
</section> <br>
<section>
<div>
<h2>Hobbies</h2>
<ul>
<li>Dancing</li>
<li>Spending time with the people I love 💚</li>
<li>Praying and connecting with my spirituality</li>
<li>Going to business and entrepreneurship events</li>
<li>Selfcare (skincare, going out for a walk, enjoy the nature...)</li>
<li>Reading non-fictional books</li>
<li>Learning about ways to make and invest money</li>
<li>Cooking</li>
<li>Exploring new places</li>
</ul>
</div>
</section> <br>
<section class="class-contact">
<div>
<h2>Contact me!</h2>
<p>Do you want to talk or have a deep conversation about business, wellness, travelling, personal finances or tech? Please reach me! I'll be happy to chat with you! :)</p> <br>
<ol class="contacts">
<li>
<a
onclick="cellphone()">
<img
src="IMG/cellphone.png"
alt="logo cellphone">
</a>
</li>
<li>
<a
href="mailto:l.ishikawacunha@gmail.com">
<img
src="IMG/gmail.png"
alt="logo gmail">
</a>
</li>
<li>
<a
target="_blank"
href="https://github.com/larissaiishikawa">
<img
src="IMG/github.png"
alt="logo github">
</a>
</li>
<li>
<a
target="_blank"
href="https://www.linkedin.com/in/larissaishikawacunha/">
<img
src="IMG/linkedin.png"
alt="logo linkedin">
</a>
</li>
</ol>
</div>
</section> <br>
</main>
<footer id="footer">
<p>Made with 💚 by <a href="https://github.com/larissaiishikawa">Larissa Ishikawa</a></p>
<br> <br>
</footer>
<script>
function cellphone() {
window.alert('My cellphone: +55 47 98814-1653')
}
</script>
</body>
</html>