forked from zolcsi/map-of-pi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into additions-revisions-1
- Loading branch information
Showing
12 changed files
with
316 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { TestBed } from '@angular/core/testing'; | ||
import { GeolocationService } from './geolocation.service'; | ||
|
||
describe('GeolocationService', () => { | ||
let service: GeolocationService; | ||
|
||
beforeEach(() => { | ||
TestBed.configureTestingModule({}); | ||
service = TestBed.inject(GeolocationService); | ||
}); | ||
|
||
it('should be created', () => { | ||
expect(service).toBeTruthy(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,32 @@ | ||
<h2 mat-dialog-title class="text-2xl font-bold text-center relative"> | ||
<span>Map Of Pi Invitation</span> | ||
<span | ||
mat-dialog-close="true" | ||
class="absolute top-4 right-4 py-2 px-4 bg-blue-500 rounded-full" | ||
>X</span | ||
> | ||
<span>Map of Pi Invitation</span> | ||
</h2> | ||
<mat-dialog-content class="text-lg mb-6"> | ||
<mat-dialog-content class="text-lg mb-6" style="color:#000"> | ||
<p> | ||
Dear <span class="font-extrabold">{{ data.name }}</span | ||
>, | ||
Greetings <span class="font-extrabold" style="color:#1D724B">{{ data.name }}!</span>, | ||
</p> | ||
<p class="mb-2"> | ||
We're excited to have you on board! Please keep in mind that Map of Pi is | ||
still a work in progress, but together, we can make it even better. | ||
We're excited to welcome you aboard! | ||
As Map of Pi continues to evolve, we appreciate your patience and support during this ongoing journey. | ||
Together, we can enhance the Map of Pi experience even further. | ||
</p> | ||
<p class="mb-2"> | ||
We invite you to join our social media community, where you can: | ||
Join our vibrant social media community, where you can: | ||
</p> | ||
<ul class="list-disc pl-6 mb-4"> | ||
<li>Report any issues or bugs you encounter.</li> | ||
<li>Suggest new features you'd like to see in the app.</li> | ||
<ul class="list-disc pl-6 mb-4" style="color:#1D724B"> | ||
<li>Engage in discussions about Map of Pi's features and functionalities.</li> | ||
<li>Share any issues or bugs you come across for swift resolution.</li> | ||
<li>Propose exciting new features or improvements to enhance the Map of Pi experience.</li> | ||
<li>Explore partnership opportunities and collaborations.</li> | ||
<li>Connect with like-minded individuals for community fun and companionship.</li> | ||
</ul> | ||
<p>Let's build Map of Pi together!</p> | ||
</mat-dialog-content> | ||
<div class="flex justify-center items-center"> | ||
<div class="flex justify-center items-center pb-5"> | ||
<mat-dialog-actions class="flex justify-center items-center"> | ||
<button mat-button mat-dialog-close mat-dialog-close="false"> | ||
<span class="px-4 py-2 bg-yellow-600 text-white rounded-md">Join Us</span> | ||
<a href="https://twitter.com/mapofpi" target="_blank" class="px-4 py-2 bg-yellow-600 text-white rounded-md">Start | ||
Here with Twitter X!</a> | ||
</button> | ||
</mat-dialog-actions> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,3 @@ | |
justify-content: center; | ||
z-index: 5; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.