Compare commits
7 Commits
f3b384483b
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
daea129b30 | |||
d0d46a4783 | |||
5ffd31422f | |||
8246f966f7 | |||
b81e027589 | |||
20fd91ee1a | |||
f6d16f4434 |
24
.github/workflows/tf_update_dev.yml
vendored
24
.github/workflows/tf_update_dev.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: www2.ourworld.tf
|
||||
on:
|
||||
push:
|
||||
branches: [ development ]
|
||||
|
||||
jobs:
|
||||
job_one:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: pushing latest change on www2.ourworld.tf
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: www2.ourworld.tf
|
||||
username: webuser
|
||||
key: ${{ secrets.TF_SECRET }}
|
||||
port: 34022
|
||||
script: |
|
||||
cd websites/www2/www_ourworld_tf/
|
||||
git log -1
|
||||
git fetch
|
||||
git reset --hard origin/development
|
||||
sed -i "s/https:\/\/www.ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml
|
||||
./build.sh
|
24
.github/workflows/tf_update_prod.yml
vendored
24
.github/workflows/tf_update_prod.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: ourworld.tf
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
job_one:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: pushing latest change on ourworld.tf
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: ourworld.tf
|
||||
username: webuser
|
||||
key: ${{ secrets.TF_SECRET }}
|
||||
port: 34022
|
||||
script: |
|
||||
cd websites/www_ourworld_tf/
|
||||
git log -1
|
||||
git fetch
|
||||
git reset --hard origin/master
|
||||
sed -i "s/https:\/\/www2.ourworld.tf/https:\/\/ourworld.tf/g" config.toml
|
||||
./build.sh
|
@@ -1,5 +1,5 @@
|
||||
# The URL the site will be built for
|
||||
base_url = "https://www.ourworld.tf"
|
||||
base_url = "https://www2.ourworld.tf"
|
||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||
|
||||
title = "OURWORLD"
|
||||
|
@@ -4,9 +4,9 @@
|
||||
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
||||
</div>
|
||||
<div class="mx-auto max-w-7xl px-6 py-16 lg:pt-24 lg:pb-12">
|
||||
<div class="flex flex-col lg:flex-row lg:gap-x-16 items-start">
|
||||
<div class="grid grid-cols-1 lg:grid-cols-2 lg:gap-x-16 items-start">
|
||||
<!-- Left Column -->
|
||||
<div class="flex-1 lg:w-1/2">
|
||||
<div class="col-span-1">
|
||||
<div class="inline-flex items-center">
|
||||
<a href="/ventures" class="block">
|
||||
<h2 class="text-base font-semibold leading-8 text-indigo-600 hover:text-indigo-700 transition-colors duration-200 underline">
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Right Column -->
|
||||
<div class="p-6 rounded-lg border border-gray-300 lg:w-1/2 mt-8 lg:mt-0">
|
||||
<div class="p-6 rounded-lg border border-gray-300 mt-8 lg:mt-0 col-span-1">
|
||||
<div class="mb-4">
|
||||
<h3 class="text-base font-medium leading-8 text-indigo-600">Sector</h3>
|
||||
<p class="text-base font-light text-black">Technology, Information and Internet</p>
|
||||
@@ -66,7 +66,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dl class="mt-6 grid grid-cols-1 gap-8 lg:grid-cols-2">
|
||||
<dl class="mt-6 grid grid-cols-1 gap-8 lg:grid-cols-4">
|
||||
<div class="flex flex-col-reverse px-6 py-2">
|
||||
<dt class="text-base leading-7 text-gray-700">Ultra-secure, private, and efficient storage at global scale.</dt>
|
||||
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4">
|
||||
|
Reference in New Issue
Block a user