-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.37 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
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="assets/css/style.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600|Satisfy" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<title>HTML Workflow</title>
</head>
<body>
<div id="main">
<a href="https://gulpjs.com" target="_blank">
<img src="assets/images/gulp-white-text.svg" class="image zoom" alt="Gulp"/>
</a>
<h1 class="title">Your server is ready.</h1>
<p class="description">You can create new projects and view the changes in real time.<br>Begin by changing the SASS and HTML file</p>
<img class="sass-image" src="assets/images/gulp-sass.png" alt="SASS and Gulp"/>
<p class="description">Do you still not know the SASS language? Learn SASS right now</p>
<a class="button" href="https://sass-lang.com/guide" target="_blank">Get Started</a>
</div>
<div id="footer">
<p class="description-social">Follow me on GitHub</p>
<a href="https://github.com/ryahpalma" target="_blank">
<img class="social-media zoom" src="assets/images/github-social.png" alt="GitHub"/>
</a>
</div>
</body>
</html>