Skip to content
Snippets Groups Projects
Commit 7a64b45d authored by Jung Jinwon's avatar Jung Jinwon
Browse files

Update public/index.html

parent 1f85bf3e
No related branches found
No related tags found
No related merge requests found
Pipeline #7290 passed
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <style>
<meta name="generator" content="GitLab Pages"> .ajou-logo {
<title>Plain HTML site using GitLab Pages</title> width: 40%;
<link rel="stylesheet" href="style.css"> min-width: 200px;
min-height: 200px;
max-width: 600px;
max-height: 500px;
object-fit: contain;
}
.vhcenter {
width: 100%;
height: 300px;
display: flex;
align-items: center;
justify-content: center;
border: 1px dashed #aaa;
}
</style>
</head> </head>
<body> <body>
<div class="navbar"> <div style="width: 100%; display: flex; justify-content: center; border: 1px solid black; padding: 20px 0;">
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> <img class="ajou-logo" src="https://www.ajou.ac.kr/_res/ajou/kr/img/intro/img-symbol.png" />
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div> </div>
<div>
<h1>Temp Temp Temp</h1> <p style="font-style: italic; font-size: 32px; color: red; margin: 0;">
zcea1020's page
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p> </p>
<a href="http://zcae1020.ajousw.kr/plainhtml/">http://zcae1020.ajousw.kr/plainhtml/</a>
</div>
<div style="display: flex;">
<div style="width: 50%">
<ul>
<li>
<h1>My name is Jung Jinwon</h1>
</li>
<li>
<h2>My name is Jung Jinwon</h2>
</li>
<li>
<h3>My name is Jung Jinwon</h3>
</li>
<li>
<h4>My name is Jung Jinwon</h4>
</li>
<li>
<h5>My name is Jung Jinwon</h5>
</li>
<li>
<h6>My name is Jung Jinwon</h6>
</li>
</ul>
</div>
<div style="width: 50%; background: aquamarine; padding: 10px;">
practical coding 1 lecture list
<ol>
<li>과정 소개, SW협업 프로세스</li>
<li>Git 과 Github</li>
<li>Web 이해 및 HTML, CSS 기초</li>
<li>ES6(javascript) 기초</li>
<li>Frontend Application and React.js</li>
<li>Material UI with ReactJS</li>
<li>Mobile App Development with Flutter </li>
<li>Dependency management & staged build & CI/CD</li>
<li>Backend Application and Microservices </li>
<li>Backend Application and Microservices </li>
<li>Spring Web 종합 실습</li>
<li>docker의 이해와 실습</li>
<li>Google kubernetes</li>
<li>Google Big Query</li>
</ol>
</div>
</div>
<div class="vhcenter">
This is Vertical and Horizontal Center of Parent Element
</div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment