-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
79 lines (61 loc) · 2.14 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Venenof7'Page</title>
<meta name="viewport" content="initial-scale=1.0,width=device-width" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
</head>
<body>
<!--STICKER-->
<div id="sticker"></div>
<div id="wrapper">
ここから、始めましょう。一から…いいえ、ゼロから!
<!--BIO TITLE-->
<h2 id="titleName" class="sectionHead">About Me</h2>
<!--BIO-->
<div id="bio">
<h2>CTF player / Web🐶</h2>
<!--SOCIAL LINKS-->
<p>
<a href='https://www.nu1l.com'>Nu1L Team</a>
</br>
Like Web Security&Pentest
</br>
Love mumu
</p>
</div><!--end bio-->
<div class="clear"></div>
<!--SKILLS TITLE-->
<h2 id="tools" class="sectionHead">Skills</h2>
<!--SKILLS-->
<ul id="skills">
<!--////////////////////////////////////////////////////////////////////////////////////-->
<!--Notice the class names indicate the % of your skills. i.e. s70 = 70%, s40 = 40% etc. -->
<!--////////////////////////////////////////////////////////////////////////////////////-->
<li id="skill1" class="s80"><span>PHP</span></li>
<li id="skill1" class="s70"><span>Pentest</span></li>
<li id="skill2" class="s60"><span>Python</span></li>
<li id="skill3" class="s30"><span>HTML</span></li>
<li id="skill9" class="s10"><span><del>PWN</del></span></li>
</ul><!--end skills-->
<div class="clear"></div>
<!--CONTACT TITLE-->
<h2 id="contact" class="sectionHead">Contact Me</h2>
<!--CONTACT FORM-->
<div id="contactform" class="contact">
venenof7[at]nu1l.com
</div><!--end contact form-->
<div class="clear"></div>
</div><!--end wrapper-->
<!--COPYRIGHT-->
<div id="copyright">© 2021 - By Venenof7</div>
<!--SCRIPTS-->
<script src="js/jquery.js"></script>
<script src="js/prettyPhoto.js"></script>
<script src="js/backPosition.js"></script>
<script src="js/custom.js"></script>
</body>
</html>