-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworks.php
63 lines (60 loc) · 2.43 KB
/
works.php
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
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap" rel="stylesheet">
</head>
<body>
<?php include __DIR__ . '/header.php'; ?>
<div class="content">
<div class="container">
<!-- やってきたこと -->
<div class="">
<h2>技術的実績</h2>
<h3>言語</h3>
<div class="row mx-auto">
<div class="col-12">
<p>html (including pug) / css / JavaScript / PHP7.4 / Java</p>
</div>
</div>
<h3>フレームワーク(Frontend)</h3>
<div class="row mx-auto">
<div class="col-12">
<p>Vue.js / jQuery / tachyons / Bootstrap3,4 / thymeleaf</p>
</div>
</div>
<h3>フレームワーク(Server)</h3>
<div class="row mx-auto">
<div class="col-12">
<p>Laravel / Node.js / Nuxt.js / SpringBoot2 / Java EE7</p>
</div>
</div>
<h3>DB・O/Rマッパー</h3>
<div class="row mx-auto">
<div class="col-12">
<p>Oracle11g,12c / MySQL8.0.22 / PostgreSQL10 / JOOQ</p>
</div>
</div>
<h3>OSとか</h3>
<div class="row mx-auto">
<div class="col-12">
<p>Mac OS / Windows / Linux(Ubuntu,Debian)</p>
</div>
</div>
<br />
<p>*その他、詳細な業務経歴などは個別にお問い合わせください。</p>
</div>
<!-- ページトップへボタン -->
<!--<div id="page_top">
<a href="#"></a>
</div> -->
</div>
</div>
<?php include __DIR__ . '/footer.php'; ?>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>-->
</body>
</html>