-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (95 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>poyting</title>
<link rel="stylesheet" href="css/App.css" />
<style> h1, h2 {
font-size: 1.5em;
margin-bottom: 10px;
}
h2 {
font-size: 1.2em;
margin-top: 20px;
}
ul {
list-style-type: none;
padding-left: 0;
}
li {
margin-bottom: 10px;
}
a {
color: white;
text-decoration: none;
}
</style>
</head>
<body>
<section>
<header>
<nav>
<div class="nav">
<a href=" https://poyting.vercel.app/ ">
<h1>Home</h1>
</a>
<a href=" https://akinholub.gumroad.com/l/Basic-python ">
<h1>LEARN PYTHON</h1>
</a>
<a href=" https://github.com/fidelmak ">
<h1>Portfolio </h1>
</a>
</div>
</nav>
</header>
</section>
<section>
<div class="body" style="height: 100vh">
<center>
<img src="images/img.jpeg" alt="imageone" width="200px" />
<h1 id="text"></h1> <hr><br />
<div> <b> <i> <a href='projects.html' style="color:black" > <small>git</small></a> </i></b></div> <br />
<code>
<div>
<div id="quote">Click the button below to generate a random programming quote.</div>
</code> <button id="generate" onclick="generateQuote()">Generate code quote</button>
</div>
<br />
<br /> <br /> <b>SUMMARY </b>
<br />
<br />
<h5 class="About "> <br />
<code> Software developer building with Flutter and dart. </code>
</h5>
<h1> Softs Skills: </h1>
<code > Communication Skills.
Collaboration.
Leadership.
Presentation. </code>
<h1> Technical skills: </h1>
<code>
- Software development with FLUTTER
- Git
- Firebase
- Database ( MySQL and PostgreSQL)
- API Integration and POSTMAN
- Backend Development with ExpressJS & NodeJS
- Data-analysis with PYTHON and Anaconda.
</code>
<encode> <h1> Let's Collaborate </h1> </encode>
<I> I am enthusiastic about the potential of collaboration and the remarkable outcomes it can produce. If you're interested in working together, please feel free to send me a direct message.
</I>
<br />
<br />
<center>
</center>
<p>check my projects </p>
<a href =" https://github.com/fidelmak"> <button class="btn">checkout</button> </a>
<div class="footer "> c o p y r i g h t 2024</div>
</center>
</div>
</section>
</body>
<script src="javascript/index.js"></script>
</html>