-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (139 loc) · 7.49 KB
/
Copy pathindex.html
File metadata and controls
173 lines (139 loc) · 7.49 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Nael</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo 2">
<link rel="stylesheet" href="/css.css">
</head>
<body>
<div class="containers ">
<div class="row">
<div class="col-sm-8 main">
NAEL F. DELLI
<h3>MAXOL MGR</h3>
<h3>web developer</h3>
</div>
<div class="col-sm-4 img">
<!-- <img src="/img/me.png" class="img-fluid" alt="nael image"> -->
</div>
</div>
</div>
<div class="containers ">
<div id="ee" class="row">
<div class="col-sm-8 second">
<h1>Description</h1>
<h5>Nael F. Delli is a software developer living in New York City. He has expertise in developing applications
for Android and Windows platforms. For example, his life is centered around building the next generation of neural networks
through which artificial intelligence will be transformed into an art form.
</h5>
</div>
<div class="col-sm-4 second2 ">
<h4>contact me</h4>
<div class="form-group">
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="yourEmail@example.com">
</div>
<div class="form-group">
<textarea class="form-control" id="exampleFormControlTextarea1" placeholder="write your message here" rows="3"></textarea>
<br>
<button type="submit" class="btn btn-light ">Submit</button>
</div>
</div>
</div>
</div>
<div class="containers sprits">
<div class="row">
<div class="col sprite "data-toggle="modal" data-target="#myModal">
<i class="fab fa-android"></i>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-body">
<p>Some text in the modal.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col sprite2 "data-toggle="modal" data-target="#myModal2">
<i class="fab fa-phoenix-framework"></i>
<div id="myModal2" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<img src="/img/2.jpg" class="img-responsive">
</div>
</div>
</div>
</div>
</div>
<div class="col sprite3 "data-toggle="modal" data-target="#myModal3" >
<i class="fab fa-angrycreative"></i>
<div class="modal fade" id="myModal3" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content container-fluid">
<div class="modal-body">
<img src="/img/1.jpg" alt="">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col sprite4 "data-toggle="modal" data-target="#myModal4">
<i class="fab fa-pied-piper"></i>
<div class="modal fade" id="myModal4" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste delectus rerum dicta velit enim fugiat doloribus ab laboriosam a ipsam quia error, repellendus fugit aliquid qui quidem quis aliquam dignissimos?</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="col sprite5 "data-toggle="modal" data-target="#myModal5">
<i class="fab fa-cloudsmith"></i>
<div class="modal fade" id="myModal5" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-body">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut non accusantium ratione ab dolorem quae ex officia quaerat ipsam, enim maiores rerum voluptas nemo doloremque! Ex maiores necessitatibus nam incidunt.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<p>copy rights @ dolor sit amet consectetur adipisicing elit.
</p>
</div>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
<footer>
</footer>
</html>