-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
101 lines (99 loc) · 4.61 KB
/
About.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Page</title>
<link href="AboutPageAssets/styles/aboutPageStyle.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page..-->
<script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/montserrat:n4:default;source-sans-pro:n2:default.js" type="text/javascript"></script>
</head>
<body>
<!-- Header content -->
<header>
<div class="profileLogo">
<!-- Profile logo. Add a img tag in place of <span>. -->
<nav><a href="index.html">HOME</a></nav>
<p class="logoPlaceholder"><!-- <img src="logoImage.png" alt="sample logo"> --><span>MAHER</span></p>
</div>
<div class="profilePhoto">
<!-- Profile photo -->
<img src="AboutPageAssets/images/2000px-US_Department_of_Homeland_Security_Seal.svg_.png" alt="sample" width="260" height="259"> </div>
<!-- Identity details -->
<section class="profileHeader">
<h1>CHRIS MAHER</h1>
<h3>REALLY AWESOME PENTESTING SPECIALIST</h3>
<hr>
<p>With our expertise and technical management there is no requirement for our clients to procure technical tooling internally and negotiating the challenges of staffing, supervision, training and developing the in house processes required for a successful security program.</p>
</section>
<!-- Links to Social network accounts -->
<aside class="socialNetworkNavBar">
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="AboutPageAssets/images/metasploit.png" alt="sample" width="70" height="74"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="AboutPageAssets/images/FeatureImage-MetasploitBasic.png" alt="sample" width="136" height="74"> </div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here --></div>
<div class="socialNetworkNav">
<!-- Add a Anchor tag with nested img tag here -->
<img src="AboutPageAssets/images/wordpress-40-denial-of-service-proof-of-concept-explained-blackMORE-Ops-3.jpg" alt="sample" width="123" height="73"> </div>
</aside>
</header>
<!-- content -->
<section class="mainContent">
<!-- Contact details -->
<section class="section1">
<h2 class="sectionTitle">Content Holder 1</h2>
<hr class="sectionTitleRule">
<hr class="sectionTitleRule2">
<div class="section1Content">
<p><span>Email :</span>[email protected]</p>
<p><span>Website :</span> myweb.com</p>
<p><span>Phone :</span> 0797 902 5700</p>
<p><span>Address :</span> wythenshawe, manchester</p>
</div>
</section>
<!-- Previous experience details -->
<section class="section2">
<h2 class="sectionTitle">Content Holder 2</h2>
<hr class="sectionTitleRule">
<hr class="sectionTitleRule2">
<!-- First Title & company details -->
<article class="section2Content">
<h1>CHRIS MAHER</h1>
<h2 class="sectionContentTitle">if you’re looking for reliable professional services from an experienced and friendly team of qualified and security cleared experts then look no further; ConnectDS are a Managed security Service provider (MSSP) and offer our services to clients across the UK.</h2>
</article>
<!-- Second Title & company details -->
<article class="section2Content">
<h1>CHRIS MAHER </h1>
<div>
<h2>
<p>What is your current exposure<br>
on the dark and open Web?</p>
</h2>
</div>
<div></div>
<div>
<p>Speak to us today about getting one of our cyber specialists to perform a<strong> FREE DARKWEB SECURITY ASSESSMENT & REPORT</strong> that will provide you with actionable insight to your current exposure.</p>
</div>
<p class="sectionContent"> </p>
</article>
<!-- Replicate the above Div block to add more title and company details -->
</section>
<!-- Links to expore your past projects and download your CV -->
<aside class="externalResourcesNav">
<div class="externalResources"> <a href="#" title="Download CV Link">DOWNLOAD CV</a> </div>
<span class="stretch"></span>
<div class="externalResources"><a href="#" title="Behance Link">BEHANCE</a> </div>
<span class="stretch"></span>
<div class="externalResources"><a href="#" title="Github Link">GITHUB</a> </div>
</aside>
</section>
<footer>
<hr>
<p class="footerDisclaimer">2021 Copyrights - <span>All Rights Reserved</span></p>
</footer>
</body>
</html>