-
Notifications
You must be signed in to change notification settings - Fork 0
/
220817.html
35 lines (34 loc) · 1.71 KB
/
220817.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
<html>
<head>
<title>꼬마갱 과제</title>
<link rel="stylesheet" href="css/220817.css"/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></link>
</head>
<body>
<h2 style="text-align: center;">Carte d'Identité</h2>
<div class="card" style="max-width: 600px; max-height:300px; margin: auto; padding: 10px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); font-family: Arial, Helvetica, sans-serif;">
<img src="img/rebbi.png" alt="Cuisine De Lapin" style="height: 100%; display:inline-block;" class='col-xs-6' />
<div style="display:inline-block">
<h1>Rabbit V2 #1892</h1>
<p class="name">Cuisine De Lapin</p>
<p class="title">Équipe de Rose</p>
<div>
<div>
<a href="https://twitter.com/CuisineLapin" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-twitter" style="width: 20px; color:rgb(0, 128, 255)"></i>@CuisineLapin</a>
</div>
<div>
<a href="https://www.youtube.com/channel/UCjbZe4WkhmWxHWV7nZGHk4Q" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-youtube" style="width: 20px; color:rgb(229, 23, 23)"></i>토깽이네주방</a>
</div>
<div>
<a href="https://blog.naver.com/cuisine_de_lapin" target="_blank" rel="noopener noreferrer"><i class="fa-solid fa-file-lines" style="width: 20px; color:rgb(12, 138, 25)"></i>blog.naver.com/cuisine_de_lapin</a>
</div>
</div>
</div>
</body>
</html>