-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (129 loc) · 5.63 KB
/
Copy pathindex.html
File metadata and controls
139 lines (129 loc) · 5.63 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang=en>
<head>
<title>Tech Assist</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="homepage" content="Simple page for simple help with tech">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href='https://fonts.googleapis.com/css?family=Dancing Script' rel='stylesheet'>
<!-- Bootstrap (mobile accesibility & toolkit)-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.5/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7">
<!-- CSS & Asset files -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<nav>
<ul class="menuItems">
<li><a href='#' data-item='Home'>Home</a></li>
<li><a href='#' data-item='About'>About</a></li>
<li><a href='#' data-item='Projects'>Projects</a></li>
<li><a href='#' data-item='Credits'>Credits</a></li>
<li><a href='#' data-item='Contact'>Contact</a></li>
</ul>
</nav>
</section>
<div class="headbanner"><img class="Banner" loading="lazy" alt="Tech Assist Official Banner" src="Assets/Banner(s).png"></div>
<div class="page">
<!--Menu coppied from Open Source -->
<!-- Menu is orginally template from dev http://grohit.com/ More details in footer-->
<!--End Menu-->
<!--header start-->
<div class="header">
<p class="warning">Site Still being built, sorry Links arn't up yet.</p>
<!--
<h1>Tech Assist</h1>
<h2>Tech made easy</h2>
-->
<!--
Note: Other subtitles for rotation, odometer style?
<h2>Simple Help for all your Tech</h2>
-->
</div>
<!--
Intro
-->
<p>
Hello, I'm Connor, your local 'Tech Guy' for the greater west Fort Worth area..... aaand Dallas.
<br><br>
If you are having any tech related issues please give me a call. I am a small buisness doing concierge services at minimal prices. I have the time and patience to get your computer/network/phone to work best for you.
</p>
<!-- >>>>>>>>>>>>>>>>>>>>>>> Buisness Card here <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<-->
<div class="contactBox">
<a href="tel:+8174759259">
<img class="bCard" alt="Official Buisness Card" src="Assets/Buisness%20Card.jpg" title="on your phone? Click to call now!"/>
</a>
<p class="contactInfo">Contact Us</p>
</div>
<!-- End Buisness Card -->
<p>Already on your phone? Click the buisness card to call!</p>
<h3>Scope</h3>
<h6>No Job Too Small.</h6>
<div class="scope">
<div Class="sColL">
<h4>Solve YOUR "<em>Tech Unsavvy</em>" issues</h4>
<ul>
<li>Phone Repair</li>
<li>Updates</li>
<li>Computer/phone customization & organization</li>
<li>Computer assembly</li>
<li>File/folder organization</li>
<li>Email setups/filtering & colated views</li>
<li>OS 'Operating System' Installs (10, 11, Linux, etc.) Including Multi Boot</li>
<li>General understanding/explanations</li>
<li>Phone tree represenatation included</li>
<li>End Windows 11, Bitlocker and other 'Personal Disasters'</li>
</ul>
</div>
<div class="sColR">
<h4>Gain Privacy</h4>
<ul>
<li>Virus scans</li>
<li>Hardware recomendations & install</li>
<li>PiHole instalation & maintainance</li>
<li>Privacy breach checkers & and usage</li>
<li>Software recomendations & install</li>
</ul>
</div>
</div>
<br>
<footer>
<div class="credits"><p>Website created in house! [Using Brackets/Phoenix Code] :D </p>
<!--a:hover links to credited projects-->
<!-- Copyright
<!-- Grohits watermark:
< hidden❤️ >
<div class="footer-copyright text-center">© <i>Developed with ❤️</i> by
<a href="https://grohit.com/" class="white-text" target="_blank">G Rohit</a>. <a href="https://codepen.io/grohit/" target="_blank">Check my other pens </a>
</div>
Copyright -->
</div>
<p><a href="tel:+8174759259">Contact Us: 817-475-9259</a></p>
<br>
</footer>
</div>
</body>
<!-- ( Thanks Brackets :)
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ CODE THE WEB ]:::::]
[:::::[ http://brackets.io ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
Now Phoenix :/
-Litppunk>
-->
</html>