-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlearnmore.html
executable file
·60 lines (56 loc) · 2.92 KB
/
learnmore.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/learnmore.css"/>
<link rel="stylesheet" href="css/animate.min.css"/>
<script src="js/jquery.min.js"></script>
<script src="js/learnmore.js"></script>
<title>Learn More</title>
<link rel="icon" href="PNMlogopanth.png">
</head>
<body>
<!-- First section -->
<header>
<h1 class="animated bounceInDown">GNU/Linux PNM OS</h1>
<h2 class="animated bounceInDown">Learn More About GNU/Linux PNM OS</h2>
<span class="animated bounce"></span>
</header>
<!-- Scroll animations section -->
<h2 class="new-section">PNM's Not Mac</h2>
<div class="scroll-animations">
<div class="animated">
<center><img src="fonts/newlogo.svg" width="250" height="250"/></center>
<h3>What is our purpose as the PNM?</h3>
<center><p>As PNM, our goal is not to be a Mac.We just want to give you a quality Linux experience. It offers you many settings, themes, applications ready-made and all you need to do is use it freely. It offers you simplicity with its useful interface and stylish theme. It provides you with the quality Linux experience we're aiming and you're looking for, whether you are a beginner user or a professional user. It is developed on Arch Linux. We aim not to sever the connection with Arch Linux.</p></center>
</div>
</div>
<div class="scroll-animations">
<div class="animated">
<h3>Which desktop environment does PNM use?</h3>
<center><p>PNM uses xfce interface. It aims to provide you the best service it can provide by using the stability and configuration options of the xfce interface in the most efficient way.</p></center>
</div>
</div>
</body>
</html>
<!--
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PNM OS For Everyone</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/owl.theme.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="tile">
<h1 onclick="window.location.href='https://github.com/pnmlinux'">GNU/Linux PNM OS</h1>
</div>
-->