-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.html
More file actions
64 lines (58 loc) · 2.8 KB
/
articles.html
File metadata and controls
64 lines (58 loc) · 2.8 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
59
60
61
62
63
64
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favi.png"> <!-- Add a favicon-->
<title>ddocpy</title>
<!-- SEO & social metadata -->
<meta name="keywords" content="python developer,penetration tester,bug bounty,bug hunter">
<meta name="description" content="ddocpy penetration tester and bug bounty hunter">
<meta content="ddocpy penetration tester and bug bounty hunter" name="description">
<meta content="ddocpy penetration tester and bug bounty hunter" property="og:description">
<meta content="ddocpy penetration tester and bug bounty hunter" property="og:title">
<meta content="ddocpy penetration tester and bug bounty hunter" property="og:site_name">
<meta content="website" property="og:type">
<meta content="en_US" property="og:locale">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<noscript>
<strong>We're sorry but this site doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong>
</noscript>
<div class="container main-content">
<section class="section">
<a href="index.html" class="router-link-active" id="back-link">Home</a>
<h1 class="title-section">Write-ups</h1>
<p>You can follow my stories on <a href="https://medium.com/@confidoekeanya" target="_blank">Medium</a></p>
<ul>
<li>
<h2>
<a href="https://medium.com/@confidoekeanya/encore-after-learning-python-by-mark-lutz-a364404ecc4d"
target="_blank">
Encore: After Completing "Learning Python" By Mark Lutz</a>
</h2>
</li>
<li>
<h2>
<a href="https://medium.com/@confidoekeanya/the-best-way-to-learn-python-programming-for-a-true-beginner-b676a26de4e5"
target="_blank">
The Best Way To Learn Python Programming For A True Beginner</a>
</h2>
</li>
</ul>
</section>
</div>
</body>
</html>