-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (131 loc) · 5.22 KB
/
Copy pathindex.html
File metadata and controls
131 lines (131 loc) · 5.22 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
<title>Resume - Manuel Navarro Valadez</title>
</head>
<body>
<header>
<div>
<img src="img/img1.jpeg" alt="" class="img1">
</div>
<div>
<table class="table-data">
<h2>CONTACT INFORMATION</h2>
<tr>
<th class="main-th">EMAIL:</th>
<th><a href="mailto:manuel.navarro9080@alumnos.udg.mx">manuel.navarro9080@alumnos.udg.mx</a></th>
</tr>
<tr>
<th class="main-th">AGE:</th>
<th>21</th>
</tr>
<tr>
<th class="main-th">LINKEDIN:</th>
<th><a href="https://www.linkedin.com/in/manuel-navarro-valadez" target="_blank">https://www.linkedin.com/in/manuel-navarro-valadez</a></th>
</tr>
<tr>
<th class="main-th">COUNTRY:</th>
<th>MÉXICO</th>
</tr>
</table>
</div>
</header>
<main>
<h1>MANUEL NAVARRO VALADEZ</h1>
<h4>COMPUTING ENGINEER AT UNIVERSIDAD DE GUADALAJARA</h4>
<hr>
<div class="">
<h2>EDUCATION</h2>
<ul>
<li>Secundary School (2014-2017)</li>
<li>High School (2017-2020)</li>
<li>University - Univesidad de Guadalajara (2020-2024)</li>
</ul>
</div>
<hr>
<div class="">
<h2>SKILLS</h2>
<ul>
<li>Team Work (100%)</li>
<li>Fast Adaptation in Projects (90%)</li>
<li>Agile Methodology (80%)</li>
<li>DataBase Development (70%)</li>
<li>Knows in Version Control System (70%)</li>
<li>Front-End Development (70%)</li>
<li>Back-End Development (60%)</li>
</ul>
</div>
<hr>
<div class="">
<h2>WORK EXPERIENCE</h2>
<ul>
<li>Back-End and DataBase Develeper. Working as back-end developer in Space Missions SoftServe Crash Course DevOps using Django as main framework and SQLite</li>
</ul>
</div>
<hr>
<div class="">
<h2>PROJECTS</h2>
<ul>
<li>
Web App with a Recommendation System - React JS, PostgreSQL, Cookies, Next JS
<br>Developing a web app with an algorithm for recommending food to users depending on their taste and past orders, using big objects for the products to organize their features.
<br>Coding a rating and ordering system, storing all data of product features and orders in object arrangement, and calculating a preference profile and comparing the best product for the user.
</li>
<li>
Software Management for Ceramic Shop - HTML, CSS, SQL (PostgreSQL)
<br>Developing a web software with my teammates. It manages sales, inventory and make alerts (using triggers in PostgreSQL) for the production area for a craft ceramic shop.
</li>
<li>
Software of Call Center - C++
<br>Developing a C++ project in Seminar Data Structure I subject. It manages agents by a linked list, using methods like add, remove, sort agents(quicksort), sort calls, write data to disk and read data from disk.
</li>
</ul>
</div>
<hr>
<div class="">
<h2>PROFESSIONAL INTERESTS</h2>
<ul>
<li>Software Developer Intern</li>
</ul>
</div>
<hr>
<div class="">
<h2>TECHNOLOGY USED</h2>
<ul>
<li>C/C++ (80%)</li>
<li>CSS (80%) → Tailwind CSS (80%)</li>
<li>HTML (80%)</li>
<li>JavaScript (70%) → NodeJS (60%), NextJS (60%), React JS (60%), React Native JS (40%)</li>
<li>Java (70%)</li>
<li>SQL (70%) → PostgreSQL (70%), MySQL (60%)</li>
<li>XAMPP (60%)</li>
<li>Git/GitHub (60%)</li>
<li>Python (50%) → Django (30%) </li>
<li>Microsoft Azure (30%)</li>
</ul>
</div>
<hr>
<div class="">
<h2>COMMUNICATION LANGUAGES</h2>
<ul>
<li>Spanish (Native)</li>
<li>English (Basic Technical/Communication Level)</li>
</ul>
</div>
<hr>
<div class="">
<h2>PERSONAL REFERENCES</h2>
<ul>
<li>Jahir Rivera (+52 7531672754)</li>
<li>Anthuan López (+52 3328364610)</li>
</ul>
</div>
</main>
</body>
</html>