-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
75 lines (66 loc) · 4.49 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ABOUT</title>
<script type="text/javascript" charset="utf-8" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color: #fafbfc">
<div style="background-color: #225ae9;">
<a class="container position-absolute top-0 start-50 translate-middle-x mt-2" style="text-decoration: none; color: white;font-size: 25px;" href="index.html">←</a><br>
<div class="continaer position-absolute top-0 start-50 translate-middle-x mt-3 col-9">
<div class="container " style="float:right; width: 150px;">
<div class="" style="background-color: #1a1a1a; position:relative; top: -5px;">
<div class="rounded-circle" id="t-light" style="margin-left: 15px; float:left; width: 20px; height: 20px;"></div>
<h6 class="fw-bold" id="cng" style="margin-bottom: 0; margin-left: 40px; color:white;"></h6>
</div>
</div>
<h2 class="container fw-bold" id="beach_name" style="color: white; padding-bottom: 100px; padding-top: 30px;">Developers
</div>
<h2 class="container fw-bold" id="beach_name" style="color: white; padding-bottom: 100px; padding-top: 30px;"></h2>
</div>
<section class="section home-feature">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.2s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h3 class="features-title">박정환</h3>
<p>인천과학고 재학 , front-end 개발 및 해수욕장 안내 서비스 구축 , 서버 관리</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.4s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h3 class="features-title">김규하</h3>
<p>대덕소프트웨어마이스터고 재학 , back-end 개발 및 front-end 협업으로 서비스 구축</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.6s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h3 class="features-title">김동영</h3>
<p>대구대원고 재학 , 기상,해수욕장 데이터 분석, API관리 및 서비스 아이디어 구상</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-12" data-scroll-reveal="enter bottom move 50px over 0.6s after 0.6s">
<div class="features-small-item">
<div class="icon">
<i><img src="assets/images/featured-item-01.png" alt=""></i>
</div>
<h3 class="features-title">SINCE</h3>
<p>Since 2022 , Korea Code Fair [TEAM : KRONOS]</p>
</div>
</div>