-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (116 loc) · 5.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<main>
<article class="box">
<h1>💣Carla Mamani Chavez💣</h1>
<div><a href="mailto:[email protected]">📧 [email protected]</a></div>
<li>👀 I’m interested in all things AI, Mixed Reality 🥽 and Low code.🦾</li>
<li>🌱 I’m currently #MSFTStudentAmbassadors Gold</li>
<li>🇧🇴 Country: Bolivia</li>
<li>🙋♀️Pronouns: Sher /Her</li>
<li>💞️ Speaker</li>
<li>📫 Writer</li>
<section class="box">
<h2>
<i class="fa fa-bullhorn" aria-hidden="true"></i>
Social media
</h2>
<ul>
<li><a href="https://github.com/CarlaMamaniChavez"> @CarlaMamaniChavez</a></li>
<li><a href="https://linkedin.com/in/carlychavez1/">@carlychavez1/</a></li>
<li><a href="https://twitter.com/CarlaMamaniCha1">@CarlaMamaniCha1</a></li>
</ul>
</section>
<section class="box">
<div class="education">
<h2>
<i class="fa fa-certificate" aria-hidden="true"></i>
University "Mayor de San Andres💯"
</h2>
<h3>💬Computer Science👩💻</h3>
<ul>
<li>🤯GPA: 6.0🤓</li>
<li>❤️💛💚 La Paz - Bolivia ❤️💛💚 </li>
<li>📽️2017 - 2023🕖</li>
</ul>
</div>
</section>
<section class="box">
<h2>
<i class="fa fa-check" aria-hidden="true"></i>
Skills
</h2>
<ul>
<li>Power BI 💥</li>
<li>Power Automate 😵💫 </li>
<li>Power Apps❤️</li>
<li>Power Virtual Agents💚</li>
<li>Sql Server 💛</li>
<li>Azure 💙</li>
<li>MySql 💜</li>
<li>Oracle 🤍</li>
<li>Xamarin 💯</li>
<li>ASP.NET 💠 </li>
<li>JavaScript 🟧</li>
<li>Git / GitHub 🟨</li>
<li>Visual Studio Code 😍</li>
</ul>
</section>
</article>
<article class="box">
<section class="box">
<h2>
<i class="fa fa-briefcase" aria-hidden="true"></i>
Experience
</h2>
<h3>💙💜Microsoft Learn Student Ambassador💙💜</h3>
<ul>
<li>Public Speaking</li>
<li>Communication</li>
<li>Event Organizing</li>
<li>Program Management/li>
</ul>
<h3>University "Mayor de San Andres"</h3>
<ul>
<li>Research Assistant at "Instituto de Investigaciones en Informática"</li>
<li>Teaching assistant in the Computer Science </li>
</ul>
<h3>CERBERUS Networks & Systems</h3>
<ul>
<li>Full-Stack</li>
</ul>
</section>
<section class="box">
<h2>
<i class="fa fa-building" aria-hidden="true"></i>
Community
</h2>
<h3>Microsoft Learn Student Ambassadors Bolivia</h3>
<ul>
<li>Community leader "Microsoft Learn Student Ambassadors La Paz". 🥳</li>
<li>Co-founder of the community "Microsoft Learn Student Ambassadorss Cochabamba". 🥳</li>
<li>Co-founder of the community "Microsoft Learn Student AmbassadorsEl Alto". 🥳</li>
<li>Founder of the student community "Microsoft Learn Student Ambassadors Bolivia". 🥳</li>
</ul>
</section>
<section class="box">
<h2>
<i class="fa fa-cubes" aria-hidden="true"></i>
Projects
</h2>
<h3>Women’s Online Safety Hackathon</h3>
<div>This was a great Hackatho than won First place!</div>
</section>
</article>
</main>
</body>
</html>