신규 개발자가 입사 첫 달에 해야 할 7가지
Brunch Story
오늘은 <!DOCTYPE html>
<html>
<head>
<title>Love 출석부 로그인</title>
<style>
h1{
position: absolute;
left: 650px;
}
text{
position: absolute;
text-align: center;
}
</style>
</head>
<body>
<h1>로그인</h1>
<form accept="API.py" onsubmit="keypress" method="get" action="Love2.html">
이름:<input type="text" id="samename" size="30" value=""><br>
<input type="submit" value="로그인" onclick="process()">
</form>
<script>
function process(){
let name =document.getElementById("samename")
alert(name.value+"님 환영합니다.")
}
event.preventDefault();
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>love 출석체크</title>
<style>h1{color: blue;}
strong{color: red;}
.button-style{
background-color: green;
}.btn1{
position: absolute;
left: 50px;
}
.btn2{
position: absolute;
left: 100px;
}.rdo1{
position: absolute;
left: 170px;
}.rdo2{
position: absolute;
left: 250px;}
.n1 {
position: absolute;
left: 190px;
}
.n2{
position: absolute;
left: 270px};</style>
</head>
<body>
<form>
<fieldset>
<!-- <legend>오전 팀회의</legend>-->
<h1>출석체크</h1><br>
<h2 id='clock'></h2>
<script>
function setClock(){
let today=new Date();
let e =today.toString();
document.getElementById("clock").innerHTML=e;
//document.getElementById('clock').innerHTML=today;
}setInterval('setClock()',1000);//1초마다 번복한다
setClock();
</script>
<strong>지각하지않기!!</strong>
<label for="time" >오전/오후</label>
<select id="time">
<option value="오전">오전</option>
<option value="오후">오후</option>
</select>
<br>
<hr>
<ol>
<li>오전 출석체크</li>
<table>
<tr bgcolor="green"></tr>
<td>
<button value="출석">출석</button>
<button value="인정결석" onclick="alert('인정출석인 경우 선택해주세요')">인정결석</button>
<input type="radio" id="in" name="출근" value="1"
>
<label input type="radio" for="in">출근</label>
<input type="radio" id="질병" name="질병" value="2">
<label for="질병">질병</label>
</td>
</form>
</table>
<li>오후 출석체크</li>
<table>
<td>오후 출석체크</td>
<tr bgcolor="green"></tr>
</table>
</ol>
</tr>
</thead>
</table>
</fieldset>
</from>
</body>
</html>
를 했다
힘들긴 하지만 기분이 좋다 빨리 완성했으면 좋겠다
다음 내용이 궁금하다면?
이미 회원이신가요?
2023년 9월 24일 오전 11:33
자아성찰, 혹은 자기 회고를 할 때는 자기 객관화를 하는 것이 좋다. 감정이 개입되어서는 올바른 회고를 하기 어렵기 때문이다. 하지만, 막상 자기 객관화가 쉽지는 않다. 나를 남처럼 들여다보는 것은 많은 훈련을 거쳐야 가능하기 때문이다.
... 더 보기간밤에 또 빅 AI 업데이트가 있었군요. Claude 4 Opus, Sonnet 패밀리가 발표되었습니다.
성능이나 다양한 능력이 향상되었고, 트렌드에 맞게(?) 소프트웨어 개발 성능이 또 크게 올랐습니다.
G
... 더 보기