-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
55 lines (45 loc) · 1.57 KB
/
service.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Service</title>
<link rel="stylesheet" type="text/css" href="static/service.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<nav class="navbar">
<a href="#" class="logo">Portfolio.</a>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html">About</a></li>
<li><a href="skill.html">Skills</a></li>
<li><a href="portofolio.html">Portfolio</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="contact.html" id="contact-link">Contact</a></li>
</ul>
</nav>
<header class="service1">
<h1>Service</h1>
</header>
<div>
<p class="whatido">Service that I provide :</p>
</div>
<main class="service">
<div class="webdev">
<i class='bx bx-code'></i></box-icon>
<h1>Wed development</h1>
<p>
I offer the creation of professional websites, including showcase sites tailored to your needs and brand image.
</p>
</div>
<div class="data">
<i class='bx bx-line-chart'></i>
<h1>Data analysis</h1>
<p>
I use advanced bioinformatics tools to extract valuable information from genetic sequences, protein structures and biological networks. My expertise includes next-generation sequencing data analysis(NGS), the development of algorithms for data processing and visualisation of results.
</p>
</div>
</main>
</body>
</html>