-
Notifications
You must be signed in to change notification settings - Fork 0
/
oss-hw1.html
82 lines (80 loc) · 3.55 KB
/
oss-hw1.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5//EN"
"http://www.w3.org/TR/html5/html5.dtd"
>
<html lang="en">
<head>
<title>subsub-e's website</title>
<style>
.a{
font-size:40px;
text-align:center;
margin-top:20px;
margin-bottom : 20px;
}
.a1{
font-size:23px;
text-align:center;
margin-top:50px;
}
.a2{
font-size:23px;
text-align:left;
margin-left:170px;
margin-top:10px;
}
.a3{
font-size:40px;
text-align:center;
margin-top:30px;
}
.a4{
font-size:30px;
text-align:center;
margin-top:30px;
margin-bottom:50px;
}
.a5{
font-size:15px;
text-align:left;
}
</style>
</head>
<body bgcolor=#CEF6F5>
<div>
<div>
<div class="a"><strong>오픈소스 웹페이지</strong></div></div>
<div class="a1">
<div><a ><strong>이름 :</strong> 이승섭</div>
<div><a ><strong>학번 :</strong> 2019033936</div>
<div><a ><strong>학과 :</strong> 소프트웨어학부</div>
<div><a ><strong>메일 :</strong> [email protected]</div>
<div><a ><strong>팀이름 :</strong> 두배이</div>
</div>
</div>
<div>
<pre>
<div class = "a2"><a ><strong>자기소개서</strong></div>
<div class = "a5">
안녕하세요 저는 소프트웨어학부 19학번 이승섭입니다.
저는 오픈소스를 어떻게 잘 활용할지 그리고 오픈소스를 개발 하려는 방식을 배우고 싶어서 이 수업을 듣게 되었습니다.
우선 저희 팀 이름으로 두배이가 되었고 같은 수업을 듣고있으면서 친하다고 생각을 했고 마음이 잘 맞을꺼같아서 팀을 구성하게 되었습니다.
팀이름은 각 팀원의 성을 따 짓게 되었고 같이 협동하여 과제를 잘 해결할 수 있다고 자신하고 있습니다.
우선 작년 오픈소스수업을 들으면서 오픈소스에 대해 처음 알게 되었는데 굉장히 흥미로웠고 오픈소스를 잘 활용하여
저만에 프로그램을 만들게 되면서 성취감을 느낄 수 있었습니다.
우선 저번 수업을 들으면서 오픈소스에 대해 정확히 알 수 있었습니다.
비록 온라인 수업이여도 수업을 열심히 듣고 과제를 잘 제출하려는 마음가짐을 가지고 수업에 임하도록 하겠습니다.
팀플은 대학교와서 처음인데 절대 팀원들에게 폐 끼치지 않고 열심히 팀플에 임하겠습니다.
또한 서로서로 친한만큼 협동을 중요시 하며 과제를 하겠습니다.</div>
</pre>
</div>
<div class = "a2"><strong>My github page -> </strong><a href="https://subsub-e.github.io/"> 여기를 클릭하시오!!</a></div>
<div class = "a2">--------------------------------------------------------------------------------------------------------------</div>
<div class = "a3"><strong>팀원 소개</strong></div>
<div class = "a4">
<div>*두재정's
github page -><a href="https://gbtwld.github.io">here!</a></div>
<div>*배수빈's
github page -><a href="https://subin001002.github.io//">here!</a></div>
</div>
</body>
</html>