Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1378 | Rev 1380 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1378 Rev 1379
Línea 10... Línea 10...
10
 
10
 
11
import styles from "./HomeSection.module.scss";
11
import styles from "./HomeSection.module.scss";
12
import { axios } from "../../../utils";
12
import { axios } from "../../../utils";
13
import { addNotification } from "../../../redux/notification/notification.actions";
13
import { addNotification } from "../../../redux/notification/notification.actions";
-
 
14
import ProfileInfo from "./ProfileInfo";
Línea 14... Línea 15...
14
import ProfileInfo from "./ProfileInfo";
15
import SocialNetworks from "./SocialNetworks";
15
 
16
 
16
const HomeSection = (props) => {
17
const HomeSection = (props) => {
Línea 53... Línea 54...
53
              description={description}
54
              description={description}
54
              visits={visits}
55
              visits={visits}
55
              country={country}
56
              country={country}
56
              connections={connections}
57
              connections={connections}
57
            />
58
            />
58
            <div className={`${styles.widget} ${styles.mobile_widget}`}>
-
 
59
              <div className={styles.widget__app}>
-
 
60
                <a href="#">
-
 
61
                  <img
-
 
62
                    className={styles.widget__app__img}
-
 
63
                    src="/images/icon-persons-you-may-know.png"
-
 
64
                    alt=""
-
 
65
                  />
-
 
66
                </a>
-
 
67
                <a href="#" className={styles.widget__app__title} title="">
-
 
68
                  Personas Sugeridas
-
 
69
                </a>
-
 
70
              </div>
-
 
71
              <div className={styles.widget__app}>
-
 
72
                <a href="#">
-
 
73
                  <img
-
 
74
                    className={styles.widget__app__img}
-
 
75
                    src="/images/icon-recent-news.png"
-
 
76
                    alt=""
-
 
77
                  />
-
 
78
                </a>
-
 
79
                <a href="#" className={styles.widget__app__title} title="">
-
 
80
                  Novedades
-
 
81
                </a>
-
 
82
              </div>
-
 
83
            </div>
-
 
84
            <div className={styles.widget}>
-
 
85
              <div className={styles.widget__app}>
-
 
86
                <a href="#">
-
 
87
                  <img
-
 
88
                    className={styles.widget__app__img}
-
 
89
                    src="/images/logo-onroom.png"
-
 
90
                    alt=""
-
 
91
                  />
-
 
92
                </a>
-
 
93
                <a href="#" className={styles.widget__app__title} title="">
-
 
94
                  CESA ON ROOM
-
 
95
                </a>
-
 
96
              </div>
-
 
97
              {/* <div className={styles.widget__app}>
-
 
98
                <a href="#">
-
 
99
                  <img
-
 
100
                    className={styles.widget__app__img}
-
 
101
                    src="/images/logo-meeting-small.jpeg"
-
 
102
                    alt=""
-
 
103
                  />
-
 
104
                </a>
-
 
105
                <a href="#" className={styles.widget__app__title} title="">
-
 
106
                  CESA Meeting
-
 
107
                </a>
-
 
108
              </div> */}
-
 
109
              <div className={styles.widget__app}>
-
 
110
                <a href="#">
59
            <SocialNetworks
111
                  <img
-
 
112
                    className={styles.widget__app__img}
-
 
113
                    src="/images/logo-2getskills.jpeg"
-
 
114
                    alt=""
-
 
115
                  />
-
 
116
                </a>
-
 
117
                <a href="#" className={styles.widget__app__title} title="">
-
 
118
                  Microaprendizaje
-
 
119
                </a>
-
 
120
              </div>
-
 
121
            </div>
60
            />
122
          </div>
61
          </div>
123
          {/* <!--  LEFT COLUMN END --> */}
62
          {/* <!--  LEFT COLUMN END --> */}
Línea 124... Línea 63...
124
 
63
 
125
          {/* <!-- CENTER COLUMN START --> */}
64
          {/* <!-- CENTER COLUMN START --> */}