-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicesEng.html
91 lines (80 loc) · 4.38 KB
/
servicesEng.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
<!DOCTYPE html>
<html class="language_chosen" lang="en" dir="ltr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72500557-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-72500557-2');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <!-- setting the view on multiple devices -->
<meta name="description" content="Web page about blockchain technology">
<meta name="keywords" content="blockchain, ethereum, bitcoin, programming, courses, Solidity">
<meta name="author" content="Jiří Musil">
<title>Musil Blockchain | Services</title>
<link rel="stylesheet" href="./css/style3.css"> <!-- connecting it with a CSS stylesheet -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script><script type="text/javascript" src="https://blockchain.info/Resources/js/pay-now-button.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/jquery.js"></script>
<script src="script.js"></script>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Musil Blockchain</span></h1>
</div>
<nav>
<ul>
<li class=""><a href="indexEng.html">Home</a></li>
<li><a href="aboutEng.html">About</a></li>
<li><a href="sourcesEng.html">Sources</a></li>
<li class="current"><a href="servicesEng.html">Services</a></li>
<li><a href="articlesEng.html">Articles</a></li>
<li><a href="applicationsEng.html">Applications</a></li>
<li class="language"><a href="services.html"><img src="./img/cz.png" alt="Přejít do češtiny" width="58" height="42"></a> </li>
</ul>
</nav>
</div>
</header>
<section id="main">
<div class="container">
<article id="main-col">
<h1 class="page-title">Blockchain applications</h1>
<p>I offer creating a <strong>blockchain application on Ethereum platform</strong> - completely up to the customer, or from my <a href="applicationsEng.html">portfolio</a>. Application contains a smart contract on the blockchain and a user interface in the form of a web page.</p>
<p>If you are searching for a blockchain developer, write me through the <b>Contacting form</b>.</p>
<h1 class="page-title">Courses</h1>
<p>I offer courses on various topics regarding <strong>blockchain and cryptocurrencies</strong>. Possible delivery of these courses could be Skype interview or other videoconference service - I prefer direct interaction with the possibility of asking questions any time. However, it could be also possible to receive prerecorded videos from the course. </p>
<p>If you are interested in any of the below-mentioned courses, please let me know via the <b>Contacting form</b> and we can discuss the details. </p>
<p><a href="./servicesCoursesEng.html">List of courses</a></p>
</article>
<aside id="sidebar">
<div class="dark form">
<h3>Contacting form</h3>
<form class="quote" name="contactform" method="post" action="send_form_email_eng.php">
<div>
<label for="name">Name</label><br>
<input name="name" type="text" placeholder="Name"> <br><br>
</div>
<div>
<label for="email">Email Address</label><br>
<input name="email" type="email" placeholder="Email Address"> <br><br>
</div>
<div>
<label>Message</label>
<textarea name="message" placeholder="Message" rows="5"></textarea>
</div>
<br>
<input type="submit" value="Submit" class="button1">
</form>
</div>
</aside>
</div>
</section>
<footer>
<p>Jiří Musil, Copyright © 2019</p>
</footer>
</body>
</html>