-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (88 loc) · 4.58 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
152
<!DOCTYPE HTML>
<html>
<head>
<meta name="generator" content="Hugo 0.49" />
<title>Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/project.css" />
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
</head>
<script src="/js/jquery.min.js"></script>
<body>
<div id="wrapper">
<header id="header">
<div class="logo">
<span class="icon fa-reddit-alien"></span>
</div>
<div class="content">
<div class="inner">
<h1>Portfolio</h1>
<p> <!--[-->Ahishar Pretel Rodriguez.<!--]--><br><br>
<!--[-->Design by dimension and maintained with ♥<!--]--></p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="main">
<article id="intro">
<h1>Intro</h1>
<p>
<figure class="image main">
<img src="/images/intro.jpeg" />
</figure>
Hello, my name is Ahisahar Pretel Rodríguez, and I am a computer scientist.
I love to create things and learn as much as I can in the way. Creating quality scalable solutions to problems.
I am also very passionate about security in all its forms, from development to pentesting.
<br>
<br>
<h3>Education</h3>
<p>Bachelor Degree in Computer Science, Granada University - 2012-2017</p>
<p>Master in Cybersecurity, The Catholic University of San Antonio - 2017-2018</p>
<br>
Take a look at some of my <a href="/#work">projects</a> or contact me for more info.</p>
</article>
<article id="work">
<h1>Work</h1>
<p>Take a look at some of my projects:
<br><br>
<figure class="image main">
<img src="/images/projects.jpeg" />
</figure>
Project 1 - <a href="https://github.com/nekonet"> Nekonet</a>. An annonymous pay per service network using an own annonymous cryptocurrency. Using an annonymous reward system and creating an own hidden network. <br><br>
Project 2 - <a href="https://github.com/approdriguez/AndroidTrainer"> Android Trainer</a>. Create an Android app for help coaches and users to realize power trainings using a smartwatch as an IMU. For realize the measurings of the trainings it uses the watch accelerometer, gyroscope and magnetometer. These sensors send the data to the smartphone. Once it is processed, it is shown in a user friendly user interface in real time. <br><br>
Project 3 - <a href="https://alone-in-the-jungle.itch.io/alone-in-the-jungle"> Granada Game Jam</a>. (Hackathon) I have always loved games. I enjoy playing games but I haven’t made one and wanted to create some content and share it with the community. So we arranged a four people team and decided to use Godot engine (an open source game engine). After the brainstorm, we decided to make a survival-type in a undiscovered world where some insects spawn and try to kill you. Feel free to play the game and contribute!</p>
</article>
<article id="contact">
<h1>Contact</h1>
<figure class="image main">
<img src="/images/work.jpeg" />
</figure>
<p>Contact me via <a href="mailto:[email protected]">email</a> or social media.</p>
<ul class="social-links">
<li><a href="https://github.com/approdriguez"><i class="fa fa-github"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://twitter.com/approdriguez"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://linkedin.com/in/ahisaharpretel"><i class="fa fa-linkedin"></i></a></li>
</ul>
</article>
</div>
<div id="languages">
</div>
<footer id="footer">
<p class="copyright">© Ahisahar Pretel. Design: <a href="https://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo.</a></p>
</footer>
</div>
<div id="bg"></div>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
</body>
</html>