-
Notifications
You must be signed in to change notification settings - Fork 0
/
itconsulting.html
159 lines (139 loc) · 4.81 KB
/
itconsulting.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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<!-- Schuyler Meyer Software Page -->
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YMYCWX2SRC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-YMYCWX2SRC');
</script>
<meta charset="UTF-8">
<meta name="description" content="Schuyler Meyer /\\ SchuyTyr Media — IT Support Services — all shapes, sizes, and ages! Computer repair, setting up a new device, web development, and more!">
<meta name="keywords" content="IT Consulting,IT Support Services,Computer Repair,Web Development,Web Design,Computers,PC,Mac,Linux,Repair,Software,Engineering,Schuyler Meyer,Schuyler,Meyer,Skyler,SchuyTyr,SchuyTyr Art,SchuyTyr Media,Developer">
<meta name="author" content="Schuyler Meyer">
<title>SM – IT Services</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<link href="stylesSM.css" rel="stylesheet">
<link href="stylesSM2.css" rel="stylesheet">
<link href="src/icons/SMLogo2022.ico" rel="shortcut icon">
<!-- Fonts -->
<link rel="stylesheet" href="https://use.typekit.net/ozq0omu.css"> <!-- Adobe font - nasalization -->
<!-- End Fonts -->
<script src="src/js/header-main.js" type="text/javascript" defer></script>
<script src="src/js/footer-main.js" type="text/javascript" defer></script>
</head>
<body>
<header id="header-main"></header>
<hr class="rounded">
<!-- __________________________________________________________________________ -->
<main>
<button id="myBtn" onclick="topFunction()" title="Go to the top"></button>
<div class="titleIT">IT Support Services</div>
<br>
<img alt="Software" class="img2" src="src/img/keyb_4.jpg">
<br>
<div class="descrITClick" onclick="moveToContent()">Click here (or scroll) for examples.</div>
<br>
<div class="descrTitleIT"><u>Computer Repair</u> —</div>
<div class="descrIT">
<ul>
<li>
Desktop, laptop, mobile devices, TV's, routers, printers, and more.
</li>
<li>
Windows and MacOS.
</li>
<li>
Setting up a new device.
</li>
<li>
Build your own desktop or repair the current one.
</li>
</ul>
</div>
<br>
<div class="descrTitleIT"><u>Web Development</u> —</div>
<div class="descrIT">
<ul>
<li>
Restaurant Menus, Personal Portfolios, Sport Team Websites, and More!
</li>
<li>
Template based or from the ground up, we will discuss what is best for you!
</li>
<li>
I have experience with building websites from scratch (HTML, CSS, JS), Wix, WordPress, Blogger, SquareSpace, SmugMug,
Adobe Portfolio, Social Media Platforms, and more.
</li>
</ul>
</div>
<div class="descrTitleIT"><u>Other Services Requested or General Inquiries</u> —</div>
<div class="descrIT">
<ul>
<li>
Contact me with any general inquiries or other questions.
</li>
</ul>
</div>
<div class="descrTitleIT"><u>Cost</u> —</div>
<div class="descrIT">
<ul>
<li>
Contact me for a cost estimate.
</li>
<li>
Cost is split into 1 hour time slots or on a per product basis. All costs will be discussed.
</li>
</ul>
</div>
<div class="descrTitleIT"><u>Contact</u> —</div>
<div class="descrIT">
<ul>
<li>
Please message me on any of the social medias or email me at
<a class="link3" href="mailto:schuybreach@gmail.com?subject=Schuyler%20Meyer%20Computer%20Request"><u>schuybreach@gmail.com</u></a>.
</li>
<li>
Please include "<i>Schuyler Meyer Computer Request</i>" or something similar in the subject line or within the message.
</li>
</ul>
</div>
<div id="textHere" class="descrTitleIT"><u>Examples</u> —</div>
<div class="descrIT">
<ul>
<li>
A cinematography website for Lawton Meyer to match the previously Wix-designed one.<br>
</li>
<li>
See the project in action, here:
<a class="projLink" href="https://www.lawtonmeyer.com" target="_blank">lawtonmeyer.com</a> <span class="lg-view"><br></span>
</li>
<li>
<span>(Scroll down on the image.)</span>
<div class="softPhoto">
<img src="src/img/cinema_Website.jpg" title="Cinema Website">
</div>
<span class="lg-view"><br></span>
</li>
</ul>
</div>
<br>
<br>
</main>
<!-- __________________________________________________________________________ -->
<div id="footer-main"></div>
<script src="scrollToTop.js"></script>
<script src="hideMenu.js"></script>
<script>
function moveToContent() {
document.getElementById('textHere').scrollIntoView({
behavior: 'smooth'
});
}
</script>
</body>
</html>