forked from facn5/shajaraWebSolutions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (129 loc) · 6.06 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<script src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" content="user-scalable=no">
<meta charset="utf-8">
<meta http-equiv="X-UA-compatible" content="ie-edge">
<meta name="description" content="Portfolio Website for Shajara Web Design firm based in Nazareth">
<meta name="keywords" content="shajara web design solutions software developers nazareth israel">
<meta name="author" content="John, Karam, Shadi">
<title>Shajara Web Solutions - Nazareth</title>
</head>
<body>
<section>
<div class="container">
<img src="https://i.imgur.com/tQJNSUu.png" alt="main image" id="main-image">
<h1 class="title">We speak your language. We know your business.</h1>
<h2 class="description">Web Development solutions in the Galilee.</h2>
<div class="row">
<div class="col-3">
<span>About</span>
<a href="#about-us" title="About us section"><i class="fa-globe fa-5x fa" aria-hidden="true"></i></a>
</div>
<div class="col-3">
<span>Team</span>
<a href="#team-members" title="Team members section"><i class="fa-globe fa-5x fa" aria-hidden="true"></i>
</a></div>
<div class="col-3">
<span>Contact</span>
<a href="#emailForm" title="Contact us Form"><i class="fa-globe fa-5x fa" aria-hidden="true"></i></a></div>
</div>
<div id="navbar">
<a href="#about-us" title="About us section">About</a>
<a href="#team-members" title="Team members section">Team Members</a>
<a href="#emailForm" title="Contact us Form">Contact Form</a>
</div>
</div>
<div id="about-us">
<h1 class="description" >Modern Technology, Personal Service</h1>
<p style="font-size: 1.3em;" >We are Shajara Web Solutions. Serving Nazareth and the greater Galilee area since 2019. <br />
We offer full-stack Web Development in JavaScript, React.js, and Node.js tailored to suit your business. <br />
Contact us today to see what Shajara may do for you.</p>
</div>
<br>
<br>
<br>
</section>
<section>
<div class="about__section">
<div id="team-members">
<h1 class="title">Team Members</h1>
<div style="padding:1%;">
<div class="about__slot"><div class="headshot" onclick="biograph(this.parentNode);" style="background-repeat: no-repeat; background-image:url('https://user-images.githubusercontent.com/32282170/53876885-75b59680-4010-11e9-9d27-de8ac98be8fc.jpg');"></div>
<div class="about__info">
<h4 class="name">John Rodger</h4>
<h5 class="title">Software Developer</h5>
</div>
<div class="bioText">John Rodger<br><br>
Specializes in: HTML, CSS, AND JavaScript
<a href="https://www.linkedin.com/in/john-rodger-7b6561131">LinkedIn</a>
<a href="https://github.com/misterrodger">GitHub</a>
<a href="https://www.codewars.com/users/misterrodger">CodeWars</a>
</div>
</div><div class="about__slot">
<div class="headshot" onclick="biograph(this.parentNode);" style="background-repeat: no-repeat; background-image:url('http://dizin.x10.bz/codepen/yJQzdy/n_butler-bg.jpg');"></div>
<div class="about__info">
<h4 class="name">Shadi Rayan</h4>
<h5 class="title">CTO</h5>
</div>
<div class="bioText">Shadi Rayan is a crazy programmer<br><br>CSS
<a href="https://www.linkedin.com/in/shadirayan/">LinkedIn</a>
<a href="https://github.com/mrfong">GitHub</a>
<a href="https://www.codewars.com/users/Shadirayan">CodeWars</a>
</div>
</div><div class="about__slot"><div class="headshot" onclick="biograph(this.parentNode);" style="background-repeat: no-repeat; background-image:url('http://placekitten.com/224/224');"></div>
<div class="about__info">
<h4 class="name">Karam Ashqar</h4>
<h5 class="title">Creative Director</h5>
</div>
<div class="bioText">Karam Ashqar is a big boy <br><br>CSS</div>
</div>
</div>
<br>
<br>
<br>
</section><section>
<div class="contactUs-container">
<div class="row">
<fieldset class="box-title">
<legend align="center"><h1> Contact Form </h1></legend>
</fieldset>
<h2 class="description">We would love to hear from you!</h2>
</div>
<div class="form">
<form id="emailForm" method="post" action="mailto:[email protected]?subject=requestSubmitted" >
<div class="inputField">
<input id="mytext" placeholder=" " required maxlength="25" type="text">
<label for="mytext" class="label" >What is your full name?</label>
</div>
<div style="display:flex;">
<div class="inputField half">
<input id="myemail" placeholder=" " required type="email" maxlength="50">
<label for="myemail" class="label line">What is your email?</label>
</div>
<div class="inputField half right">
<input onkeyup="this.setAttribute('value', this.value);" value="" id="phoneNumber" type="tel" pattern="[0-9]{3} [0-9]{3} [0-9]{4}" maxlength="14" required >
<label for="phoneNumber" id="phoneNumberLabel" class="label line">What is your phone number?</label>
</div>
</div>
<div class="inputField">
<select id="myselect" name="servicesDropdown" required>
<option value="" disabled selected>Service</option>
<option value="Web Developing">Web Developing</option>
<option value="App Creating">App Creating</option>
<option value="Solving problems">Helping solving problems</option>
</select>
<label style="width:0; height:0; font-size:0;" for="myselect">select</label>
</div>
<div class="btnDiv">
<input class="btn" onclick="clearForm()" value="Submit" type="submit">
</div>
</form>
</div>
</div>
</section>
</body>
</html>