-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreators.html
More file actions
58 lines (51 loc) · 2.93 KB
/
creators.html
File metadata and controls
58 lines (51 loc) · 2.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gecomtech</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&display=swap" rel="stylesheet">
<link rel="icon" href="images/CpeDev.png">
<link rel="stylesheet" href="css/profile.css">
</head>
<body>
<div class="creators-wrapper">
<header class="header">
<ul class="links">
<li><a class="active" href="index.html">Home</a></li>
</ul>
<img src="images/title.png" class="profile-logo">
</header>
<main>
<div class="creators-wrapper">
<div class="shaiah">
<img src="images/GRIAN.jpg" class="creator-pic" alt="Grian Gajila">
<p class="text"><a class="github" href="https://github.com/g-r-i-a-n">gri@n02: <img class="handarrow" src="images/handarrow.png"> </a>Hi! I am Grian,
study of BS in <span class="profile">Computer Engineering</span> at <span class="profile">John Paul College. </span>I start to study programming which is <spa class="profile">Front End Web Development</spa> in 2021, in addition with <spa class="profile">Python</spa> and <spa class="profile"></spa> hard but enjoy the way I made and enjoy the way I learn,
work hard can be fulfilled with success. Try to develop your own ideas, create something small project
practices, try to spend your time to read and write a small bit of code.</p>
<div class="new-lesson">
<p class="language">
<h2 style="color: rgb(249, 83, 0) ;
font-style:italic; " >My Front End Tools:</h2>
<span>HTML, <img src="" class="html"></span>
<span>CSS, <img src="" class="css"></span>
<span>JavaSript, <img src="" class="js"></span>
<span>Github, <img src="" class="github"></span>
<span>Photohop, <img src="" class="photoshop"></span>
<span>VS code, <img src="" class="vscode"></span>
<span>Chrome <img src="" class="chrome"></span>
</p>
</div>
</div>
</main>
</div>
<footer class="footer-our-team">
<section class="copyright">
<p > <a href="https://github.com/cpe-prog"> © gri@n02 </a></p>
</section>
</footer>
</body>
</html>