-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarbontrackingapp.html
82 lines (78 loc) · 4.01 KB
/
carbontrackingapp.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
<html lang ="en">
<head>
<script src="https://kit.fontawesome.com/f3348a7004.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="resources/logo1.png" type="image/x-icon" />
<title>Shaaf Yousaf</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<meta charset="UTF-8">
<meta name ='viewport' content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body class = 'codeproj'>
<!--<div class = 'bcktopbarmob ShowOnMobile'></div>-->
<!--<div class = 'bckfullmob ShowOnMobile'></div>-->
<div class="bckborder porj projpage">
<div class = 'ShowOnMobile' >
<img class="mobimg" src = 'resources/logo.png' alt = 'logo'></img>
<h3 class ='page' style="color: black;top: 35px;">⊳ projects</h3>
<h2 class ='page' style="color: black;top: 54px;">⊳⊳ carbon tracking app</h2>
<a class="clickedhome" href="projects.html" style="
text-align:center;
align-content: stretch;
color: black;
">
<i class="fa-solid fa-circle-chevron-left fa-2xl" ></i></a>
</div>
<div class = 'logo HideOnMobile'>
<a class="clickedhome" href="projects.html" style="
text-align: center;
align-content: stretch;
color: black;
position: absolute;
top: 172px;
left: 20px;
">
<i class="fa-solid fa-circle-chevron-left fa-2xl" ></i></a>
<!-- <h1 class = 'watermark'>SY</h1>-->
<img class='deskimg' src = 'resources/logo-black.png' alt = 'logo' ></img>
<h2 class ='page' style="color: black">⊳ projects</h2>
<h2 class ='page' style="color: black; top: 160px;">⊳⊳ carbon tracking app</h2>
</div>
<div class = 'flex_containerC'>
<div class = 'empty ShowOnMobile' style="height: 10vw ;"></div>
<div class = 'empty HideOnMobile' style="height: 5vw ;"></div>
<h1 id ='const5' >Carbon Tracking Android Application for</h1>
<h1 id ='const4' >Planetze</h1>
<div class = 'empty' style="margin: 1.5vw 0 1.5vw 0 ;">
<div class = 'empty2' style="width: 450px;background-color: black;height: 1px"></div>
<div class = 'emptymob' style="background-color: black;height: 1px"></div>
</div>
<h1 id ='const5' >Languages used:</h1>
<h1 id ='const7' >JAVA, XML</h1>
<h1 id ='const5' >Software Used:</h1>
<h1 id ='const7' >Android Studio, Firebase, Affinity Designer</h1>
<div class = 'empty' style="margin: 1vw 0 1vw 0 ;">
<div class = 'empty2' style="width: 450px;background-color: rgba(0,0,0,0);height: 1px"></div>
<div class = 'emptymob' style="background-color: rgba(0,0,0,0);height: 1px"></div>
</div>
<h1 id ='const5' >Project Details:</h1>
<p id ='const8' >This project was a group effort among five students
(including me). I took charge of building the entire front-end,
and I also developed the sign-in/sign-up pages and the dashboard,
incorporating the necessary back-end logic.</p>
<div class = 'empty' style="margin: 1vw 0 1vw 0 ;">
<div class = 'empty2' style="width: 450px;background-color: rgba(0,0,0,0);height: 1px"></div>
<div class = 'emptymob' style="background-color: rgba(0,0,0,0);height: 1px"></div>
</div>
<a href="https://planetze.io"
class="link fa-solid fa-link prj" target="_blank"></a>
<a href="https://docs.google.com/document/d/1E8K7M2KeTI2QX76r0JHJFt2Dfh2fHfJYNujhZVbhaYI/edit?usp=sharing"
class="link fa-solid fa-file-code prj" target="_blank"></a>
<a href="https://github.com/KrishnaManamohan/B07FinalProject"
class="link fa fa-github prj" target="_blank"></a>
<div class = 'empty ShowOnMobile' style="height: 30vh;"></div>
<div class = 'empty HideOnMobile' style="height: 2vw ;"></div>
</div>
</body>
</html>