-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (132 loc) · 11.9 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
153
154
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>CV</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
</head>
<body>
<div class="grid-container">
<section class="VisualStudio">
<img src="images/vstudio.svg">
</section>
<section class="CSharp">
<img src="images/csharp.svg">
<img src="images/unity.svg">
</section>
<section class="CSharpText">
<span>Develop your solutions on C# and create awesome games with Unity</span>
</section>
<section class="Cplusplus">
<img src="images/cplusplus.svg">
</section>
<section class="CplusplusText">
<span>Build the next project for your company on C++</span>
</section>
<section class="VersionControl">
<img src="images/git.svg">
</section>
<section class="Git">
<img src="images/azure.svg">
<img src="images/bitbucket.svg">
<img src="images/github.svg">
<img src="images/PowerShell.svg">
<img src="images/vscode.svg">
</section>
<section class="GitText">
<span>Take control on the process, apply Git as Version Control for your work</span>
<br>
<span>Integrate it on the cloud with Azure DevOps, Bitbuckect and Github</span>
<br>
<span>Commit, Branch, Merge and more with Powershell and Visual Code</span>
</section>
<section class="Languages">
<span>Expand your business worldwidle with products in English and Spanish</span>
</section>
<section class="LanguagesImg">
<img src="images/world.svg" class="map">
</section>
</section>
<section class= "project1">
<img src="images/ship.png"></img>
<p>Ship is a game like Asteroids</p>
<button>
<a href="Ships/index.html" target="_blank">Lets Play!</a>
</button>
</section>
<section class= "project2">
<img src="images/brick.png">
<p>Block is a game like Brick Breaker</p>
<button>
<a href="BreakingBricks/index.html" target="_blank">Lets Play!</a>
</button>
</section>
<section class="project3">
<img src="images/ship.png"></img>
<p>Ultra Rapid Shooter is my latest game</p>
<button>
<a href="URS/index.html" target="_blank">Lets Play!</a>
</button>
</section>
<section class="project4">
</section>
<section class="project5">
</section>
<section class="project6">
</section>
<section class="aP">
<button class="b2">
All Projects(Disabled)
</button>
</section>
<section class="experience">
<img src="images/network.svg" class="net">
</section>
<section class="experienceText">
<span>More than 3 years of experiences on various remote works</span>
</section>
<section class="edu1">
<img src="images/uaa.svg">
</section>
<section class="edu1T">
<span>Partial certificate of Engineer on Computer Intelligence</span>
</section>
<section class="edu2">
<img src="images/coursera.svg">
</section>
<section class="edu2T">
<span>C# Programming for Unity Game Development Specialization <a href="https://www.coursera.org/account/accomplishments/certificate/RCG4KU4ASVR8" target="_blank">See certificate 1/5</a></span>
<br>
<a href="https://www.coursera.org/account/accomplishments/certificate/F2YMXHLR9ZFB" target="_blank">See certificate 2/5</a>
</section>
<section class="edu3">
<img src="images/coursera.svg">
</section>
<section class="edu3T">
<span>Version Control with Git <a href="https://www.coursera.org/account/accomplishments/certificate/3BLY258LWR6N" target="_blank">See certificate</a> </span>
</section>
<section class="edu4">
<img src="images/coursera.svg">
</section>
<section class="edu4T">
<span>Learning How to Learn <a href="https://www.coursera.org/account/accomplishments/certificate/RKAVUAUG6Z92" target="_blank">See certificate</a></span>
</section>
<header>
<span>Rogelio Contreras Gonzalez</span>
</header>
<section class="icons">
<a href="https://www.linkedin.com/in/rogelio-contreras-gonzalez-140947199/" target="_blank"><img src="images/ll.svg" class="icon"></a>
<a href="https://github.com/roge530" target="_blank"><img src="images/githubL.svg" class="icon"></a>
</section>
<footer>
<span>Network.svg made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik" target="_blank">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank"> www.flaticon.com</a> </span>
<br>
<span>The other icons where downloaded on <a href="https://simplemaps.com/resources/svg-world" title="Simplemaps" target="_blank">Simplemaps</a></span>
<span><a href="https://gist.github.com/Xainey/d5bde7d01dcbac51ac951810e94313aa" title="XaineyGithub" target="_blank">, XaineyGithub</a> </span>
<span><a href="https://worldvectorlogo.com/" title="WorldVectorLogo" target="_blank">, WorldVectorLogo</a></span>
</footer>
</div>
</body>
</html>