-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
155 lines (150 loc) · 6.19 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
155
<!DOCTYPE html>
<!-- TK Landing page -->
<html lang="es">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T1WWT0T2SZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-T1WWT0T2SZ");
</script>
<meta charset="utf-8" />
<meta name="keywords" content="web design, programacion, sql, developer, testing, test automation engineer, webdriverio" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Takeshi Kita - Test Automation Engineer</title>
<link rel="stylesheet" href="css/landingA.css" />
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet" />
<link rel="icon" href="favicon.ico" type="image/png" />
</head>
<body>
<header class="container-fluid">
<div>
<img src="img/HeaderTK01.png" alt="Hi, I'm Takeshi Kita. Test Automation Engineer, SDET, Software Developer" />
</div>
</header>
<!-- Botones -->
<div class="botones">
<a role="button" href="https://www.github.com/takeshidev" target="_blank">
<span class="badges"> <i class="fa-brands fa-github"></i> See my work </span>
</a>
<a role="button" href="http://www.linkedin.com/in/takeshikita" target="_blank">
<span class="badges"> <i class="fa-brands fa-linkedin"></i> Contact me </span>
</a>
</div>
<!-- Carousel -->
<div>
<div>Featured from my GitHub</div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<a href="https://github.com/takeshidev/Automated-Testing-Demo---Api-and-Web" target="_blank">
<div class="carousel-caption d-md-block">
<h5>Automated Testing Demo</h5>
<p>Api and Web using WebDriverIO and Typescript</p>
</div>
<img class="d-block mx-auto" src="img/allure01.png" alt="First slide" />
</a>
</div>
<div class="carousel-item">
<a href="https://github.com/takeshidev/TK-SimHubDashboard" target="_blank">
<div class="carousel-caption d-md-block">
<h5>SimHub Dashboard</h5>
<p>A SimHub dashboard for iRacing.com using Javascript</p>
</div>
<img class="d-block mx-auto" src="img/SimHub02.gif" alt="Second slide" />
</a>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<main>
<div class="card-deck">
<div class="card">
<div class="card-header">
<h5 class="card-title" id="perfil">My Experience</h5>
</div>
<div class="card-body">
<div class="card-text">
<p>Test Automation Engineer - SDET</p>
<p>Full Stack Java Developer</p>
<p>UI Testing</p>
<p>API Testing</p>
<p>A11y Automated Accessibility Testing</p>
<p>End-to-End Testing</p>
<p>Regression Testing</p>
<p>System Integration Testing</p>
<p>User Acceptance Testing</p>
<p>Black Box / Grey Box Testing</p>
<p>Fluency in English with experience collaborating with multinational stakeholders.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="card-title">My Tech</h5>
</div>
<div class="card-body">
<div class="card-text">
<p>JavaScript / TypeScript</p>
<p>TestCafe</p>
<p>WebDriver IO</p>
<p>Chai</p>
<p>GitHub Actions</p>
<p>Browserstack</p>
<p>Allure Report</p>
<p>Jira</p>
<p>Deque Axe</p>
<p>Java</p>
<p>Spring</p>
<p>SQL</p>
</div>
</div>
</div>
</div>
</main>
<footer>
2024 - Santiago, Chile<br />
Diseño: <a href="https://www.takeshi.cl">takeshi.cl</a>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>