-
Notifications
You must be signed in to change notification settings - Fork 0
/
opinions.html
76 lines (70 loc) · 3.56 KB
/
opinions.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>アフリカ ウィークス2022 学生企画</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<link rel="icon" type="image/png" href="images/hado.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/hado.ico">
<meta name="application-name" content="African Weeks">
<meta name="msapplication-TileColor" content="#0000ff">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<meta charset="UTF-8">
</head>
<body background="back1.png">
<header>
<div class="titledisp">
<div class="site">
Africa Weeks 2022
</div>
<div>
<div class="gakuseicontainer">
<div class="gakusei"><b>学生</b></div>
<div class="kikaku"><b>企画</b></div>
</div>
<div class="withafrica"><b>With Africa</b></div>
</div>
</div>
<nav>
<div class="menu">
<a class="navl1" href="index.html">Home</a>
<a class="navl1" href="magazine.html">雑誌企画</a>
<a class="navl1" href="events.html">イベント情報</a>
<a class="navl2" href="pastAW.html">過去の<br>Africa Weeks</a>
<a class="navl1" href="aboutus.html">運営学生紹介</a>
<a class="navl2sl" href="opinions.html">ご意見<br>感想フォーム</a>
</div>
</nav>
</header>
<article>
<div class="opinionform">
<h2 class="page-title1, pc-visible"><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdbD-BfvvWB9f8Z-OEIUbj01prliEvgcrj7OeIMoqnbmUB3_g/viewform?embedded=true" width="640" height="670" frameborder="0" marginheight="0" marginwidth="0">読み込んでいます…</iframe></h2>
<h2 class="page-title1, phone-visible"><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdbD-BfvvWB9f8Z-OEIUbj01prliEvgcrj7OeIMoqnbmUB3_g/viewform?embedded=true" width="350" height="670" frameborder="0" marginheight="0" marginwidth="0">読み込んでいます…</iframe></h2>
</div>
<h1>外部リンク</h1>
<div class="explain">SNSでもアフリカウィークス2022の最新情報を発信しています!是非チェックしてみてください♪ </div>
<div class="SNScontainer">
<div class="SNS">
<img width="25px" height="25px" src="images/instagram.png" alt="">
<a target="_blank" style="margin-left: 0px; color: #4c65d3e6; text-decoration: none; font-size: 20pt;" href="https://www.instagram.com/_african_kids_/">Instagram</a>
</div>
<div class="SNS">
<img width="25px" height="25px" src="images/twitter.png" alt="">
<a target="_blank" href="https://twitter.com/AfricaweekS?ref_src=twsrc%5Etfw" style="margin-left: 0px; color: #1da0f29b; width: 300px; text-decoration: none; font-size: 20pt;">Twitter</a>
</div>
<div class="SNS">
<img width="25px" height="25px" src="images/facebook.png" alt="">
<a target="_blank" href="https://www.facebook.com/1955006484808005/posts/2560025334306114/" style="margin-left: 0px; color: #1876f2a9; text-decoration: none; font-size: 20pt;">Facebook</a>
</div>
</div>
</article>
<footer>
<hr>
※内容は事前の予告なしに変更となる可能性があります。<br>
お問い合わせ先: <a href="mailto:africa-weeks@ml.sophia.ac.jp">africa-weeks@ml.sophia.ac.jp</a><br>
学生企画代表: 総合グローバル学部・学科3年 田村璃子 / 並木舞子
</footer>
</body>
</html>