-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (60 loc) · 3.11 KB
/
index.html
File metadata and controls
65 lines (60 loc) · 3.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Jake - MartinezDeveloper</title>
<link rel="icon" href="https://i.imgur.com/iMeyUN9.png">
<!-- CSS Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<!-- Style -->
<style>
.mAr-border-rounded {
border-radius: 1rem !important;
padding-top: 0.7rem !important;
padding-bottom: 0.7rem !important;
margin-left: 1.2rem !important;
margin-right: 1.2rem !important;
}
.mAr-padding-right {
padding-right: 0rem !important;
}
.mAr-padding-left {
padding-right: 3rem !important;
}
</style>
<!-- Body -->
<body style="background-color: rgb(72, 72, 72);">
<br>
<!-- Header -->
<head>
<div class="mAr-border-rounded" style="color: rgb(255, 255, 255); background-color: rgb(38, 38, 38); text-align: center;">
<h3>MARTINEZ DEVELOPER</h3>
<span style="font-size: 1.15rem;">ArmA III Scripter</span>
</div>
</head>
<br>
<!-- Development Experience -->
<developmentExperience>
<div class="mAr-border-rounded" style="color: rgb(255, 255, 255); background-color: rgb(38, 38, 38); text-align: center;">
<h4>DEVELOPMENT EXPERIENCE</h4>
<a href="https://olympus-entertainment.com/profile/44728-martinezzz/?tab=field_core_pfield_12/"><img src="data/OLY64x64.png" style="height: 3.5rem;" class="mAr-padding-left"></a>
<a href="https://www.rebornroleplay.com/profile/16348-mart1nez/?tab=field_core_pfield_1"><img src="data/reborn200x200.png" style="height: 3.5rem;" class="mAr-padding-right"></a><br><br>
<span style="color: #ff9900;font-size:16px;"><b>Olympus Entertainment (SQF/SQL/CPP/HPP)</b> </span><br>
<span style="color: #993300;font-size:16px;"><b>Reborn Roleplay (SQF/SQL/CPP/HPP)</b> </span>
</div>
</developmentExperience>
<br>
<!-- Contact Infomation -->
<contactInfo>
<div class="mAr-border-rounded" style="color: rgb(255, 255, 255); background-color: rgb(38, 38, 38); text-align: center;">
<h4>LINKS</h4>
<a href="https://github.com/MartinezDeveloper"><img src="data/github.png" style="height: 3rem; padding-right: 1.5rem !important;"></a>
<a href="https://discordapp.com/users/381493378371682304"><img src="data/discord.png" style="height: 3rem; padding-right: 1.5rem !important;"></a>
<a href="https://steamcommunity.com/profiles/76561198250806228"><img src="data/steam.png" style="height: 3rem;"></a>
</div>
</contactInfo>
</body>
</html>