-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (140 loc) · 6.65 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Modak&family=Open+Sans+Condensed:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Pasquale the Web Developer and programmer</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand test" href="#">
<h1 class="home-icon">
Pasquale.dev
</h1>
</a>
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#My-Story">My Story</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#Specialties-and-interests">My Specialties and Interests</a>
</li>
<li class="nav-item dropdown">
<button class="btn bg-light dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Look me up
</button>
<div class="dropdown-menu border border-dark rounded-0" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://www.linkedin.com/in/pasquale-pulella-b20630164/">
<div class="d-flex flex-row">
<img class="p-2" src="https://www.svgrepo.com/show/58271/linkedin.svg" width="40em" height="40em">
<p class="p-2 align-self-center dropdown-text">
LinkedIn
</p>
</div>
</a>
<a class="dropdown-item" href="https://github.com/PulellaP">
<div class="d-flex flex-row">
<img class="p-2" src="images/GitHub-Mark-120px-plus.png" width="40em" height="40em">
<p class="p-2 align-self-center dropdown-text">
GitHub
</p>
</div>
</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="main-div">
<div class="text-center">
<img src="images/20191028_123209.jpg" alt="profile_image" class="profile_image rounded-circle">
<br>
<br>
<div class="bg-white default-margin border border-dark rounded-0">
<br>
<p> Hello I am Pasquale Pulella and I am an Independent web developer, and programmer.</p>
<p> Do you have a business that needs a good looking website? A website that needs reworking?</p>
<p> How about a webste that needs to add an interactive program or database?</p>
<p> Send me an email and we can discuss your exciting new project!</p>
<br>
<div class="bg-success text-white border border-dark rounded contact-button">
<a href="/contact.html" class="nav-link text-white">
<h1 class="text-white">
Contact me
</h1>
</a>
</div>
</div>
</div>
<br>
<div id="My-Story"></div>
<div class="text-center">
<img src="images/1769669.svg" alt="divider" class="divider">
</div>
<div class="text-center">
<div class="bg-white default-margin border border-dark rounded-0">
<br>
<h1> My Story </h1>
<p>I Went to college at SUNY Farmingdale, and aquired a
Bachelor of science in aviation administration in the year 2019.
</p>
<p>
While I studied for my degree I took courses in computer science,
and decided that <br>I want to be a developer.
</p>
<p>
So now I am working as a freelance web developer and programmer.
</p>
</div>
<div id="Specialties-and-interests"></div>
<br>
<div class="bg-white default-margin border border-dark rounded-0">
<br>
<h1> My specialties are </h1>
<p> HTML </p>
<p> CSS </p>
<p> Python </p>
<p> Python flask framework </p>
<p> Python SQLAlchemy</p>
</div>
<br>
<div class="bg-white default-margin border border-dark rounded-0">
<br>
<h1> I am also interested in </h1>
<p> SVG animations </p>
<p> Linux </p>
<p> Web Assembly </p>
<p> Docker </p>
<p> Kubernetes </p>
<p> Rust (programing language) </p>
<br>
</div>
</div>
<br>
</div>
<div class="footer text-center">
<br>
<p style="color: white;"> This website was written by me Pasquale Pulella. </p>
<p style="color: white;"> If you need a web developer or python programmer email me at</p>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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>
<script src="https://unpkg.com/react@17/umd/production.min.js" crossorigin></script> <script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js" crossorigin></script>
<script src="static/js/main.2320db0b.chunk.js"></script>
</body>
</html>