-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
93 lines (80 loc) · 2.27 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
<style type="text/css">
#menu {
margin:50px;
padding:40px;
}
#menu li {
float:left;
list-style-type:none;
padding-right: 70px;
};
ul.foo {
display:table;
table-layout:fixed;
width:500px;
padding-bottom: 40px;
}
ul.foo li {
display:table-cell;
vertical-align:middle;
text-align:center;
background-color:#00FF00;
border-left:1px solid white;
padding: 0px 50px 0px 50px;
border-radius: 15px 15px 15px 15px;
}
</style>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta property="og:type" content="website"/>
<link rel="stylesheet" href="/app.css"/>
<title>東北駆け出しエンジニア会</title>
<h1 align="center">東北駆け出しエンジニア会</h1>
<nav>
<ul class = "foo">
<li><a href="index.html">HOME<br>
<img width=50px src="image\notePc.png" alt="ホーム"></a></li>
<li><a href="member.html" >MEMBER<br>
<img width=50px src="image\member.png" alt="MEMBER"></a></li>
<li><a href="subPage1.html" >sub1<br>
<img width=50px src="image\kanfu.png" alt="未定1"></a></li>
<li><a href="subPage2.html" >sub2<br>
<img width=50px src="image\database.png" alt="未定2"></a></li>
</ul>
</nav>
</head>
<body>
<div class="topImage">
<img width=500px align="center" src="image\kakedasiEnginner.png" alt="未定2">
</div>
<div>
<tr>
<td id="side_left" rowspan="2"><h4>東北駆け出しエンジニア会</h4></td>
<table width="512">
<tbody>
<tr>
<td width="14"> </td>
<td width="230">発足 : 令和元年5月25日<br></td>
</tr>
<tr>
<td width="14"> </td>
<td width="230">参加条件 : 東北にゆかりのあるエンジニア<br></td>
</tr>
<tr>
<td width="14"> </td>
<td width="230">comming soon!<br></td>
</tr>
</tbody>
</table>
</tr>
</div>
</body>
<footer>
<div id="prof">
<h3 border="solid">Git アカウント</h3>
<p>lodge-prot</p>
<p><a href="https://lodge-prot.github.io/" >https://lodge-prot.github.io/</a></p>
</div>
</footer>