-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
161 lines (131 loc) · 7.02 KB
/
about.html
File metadata and controls
161 lines (131 loc) · 7.02 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="res/ico/favicon.ico" type="image/x-icon">
<link rel="icon" href="res/ico/favicon.ico" type="image/x-icon">
<title>My Family Tree</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/fontawesome/css/all.min.css" rel="stylesheet">
<!-- <link href="vendor/fontawesome/css/fontawesome.css" rel="stylesheet"> -->
<link href="css/general.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<div class="navbar-brand nav-app-name"><img src="res/img/header.svg" class="nav_logo" >My Family Tree</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="create.html">Create</a>
</li>
<li class="nav-item">
<a class="nav-link" href="help.html">Help</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container" style="padding-top: 4rem;">
<div class="row text-center">
<div class="col-12">
<div class="mycard">
<img src="res/img/header.svg" class="intro-image">
<h1 class="mt-5 nav-app-name primary_color">My Family Tree</h1>
<h4 style="margin-top: 2rem;">About</h4>
<p><span class="nav-app-name"> My Family Tree </span> is an opensource Family Tree maker developed by @Suan Tonsing. </p>
<p class="secondary_color"> The app lets user create family tree with nodes that extends as large as 200 nodes, i.e 200 Child that can extend from the parent node, letting you add generations of family members in the tree</p>
<p class="secondary_color">Developed with <a class="primary_color" href="https://en.wikipedia.org/wiki/HTML5" target="_blank">HTML5</a>, <a class="primary_color" href="https://getbootstrap.com/" target="_blank">Bootstrap </a> and <a class="primary_color" href="https://balkangraph.com/" target="_blank">OrgChart Js</a>, it's responsive design allows users from desktop or mobile platforms to easily use the app.</p>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-12">
<div class="mycard">
<h4>Credits</h4>
<ul class="mylist-unstyled credit-list">
<li>
<img class="credit_img list-inline" src="res/img/peace.svg"> <p class="list-inline"> Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect" target="_blank">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank"> www.flaticon.com</a></p>
</li>
<li>
<img class="credit_img list-inline" src="res/img/header.svg"> <p class="list-inline"> Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect" target="_blank">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon" target="_blank"> www.flaticon.com</a></p>
</li>
<li>
<img class="credit_img list-inline" src="res/img/27222.png"> <p class="list-inline"> <a href="https://www.freepik.com/free-photos-vectors/tree">Tree vector created by macrovector - www.freepik.com</a></p>
</li>
<li>
<p class="list-inline nav-app-name">Lily Script One</p> <p class="list-inline"> <a href="https://fonts.google.com/specimen/Lily+Script+One?query=lily+script+one" target="_blank"> Julia Petretta </a></p>
</li>
</ul>
</div>
</div>
</div>
<!-- <div class="row text-center">
<div class="col-12">
<div class="mycard">
<h4>Contributors</h4>
<p></p>
</div>
</div>
</div> -->
<div class="row text-center">
<div class="col-12">
<div class="mycard">
<h4>Get Social</h4>
<ul class="mylist-unstyled get_social">
<li class="list-inline">
<a href="https://github.com/JoeSwanTonsing" class="mfa" target="_blank" title="Follow me on GitHub"><i class="fab fa-github"></i></a>
</li>
<br>
<li class="list-inline">
<a href="https://www.facebook.com/SuanZT" class="mfa" target="_blank" title="Follow me on Facebook"><i class="fab fa-facebook"></i></a>
</li>
<li class="list-inline">
<a href="https://twitter.com/keiMinGou" class="mfa" target="_blank" title="Follow me on Twitter"><i class="fab fa-twitter"></i></a>
</li>
<li class="list-inline">
<a href="https://www.linkedin.com/in/suan-tonsing-22459716a/" class="mfa" target="_blank" title="Follow me on LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</li>
<li class="list-inline">
<a href="http://www.youtube.com/c/SuanTonsing" class="mfa" target="_blank" title="Follow me on YouTube"><i class="fab fa-youtube"></i></a>
</li>
<li class="list-inline">
<a href="https://www.instagram.com/mojo_swant/" class="mfa" target="_blank" title="Follow me on Instagram"><i class="fab fa-instagram"></i></a>
</li>
<li class="list-inline">
<a href="https://in.pinterest.com/zacksuan/" class="mfa" target="_blank" title="Follow me on Pinterest"><i class="fab fa-pinterest"></i></a>
</li>
<li class="list-inline">
<a href="https://api.whatsapp.com/send?phone=917005086740" class="mfa" target="_blank" title="Send message on Whatsapp"><i class="fab fa-whatsapp"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="myfooter">
<div class="text-center">
<span class="text-muted"><img src="res/img/peace.svg" class="footer_img"> Suan Tonsing
<span id="copyright"><script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script></span>
</span>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.slim.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>